mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 14:24:32 +00:00
fix cmake command
This commit is contained in:
parent
67286ddcd3
commit
70e9820a69
@ -46,7 +46,8 @@ class CMake(Make):
|
||||
'-DANDROID_BUILD_ABI_armeabi-v7a=ON',
|
||||
'-DSIGN_PATH="' + secret.getValue('SIGPATH'),
|
||||
'"-DSIGN_ALIES="quasarapp"',
|
||||
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS')
|
||||
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS'),
|
||||
'.'
|
||||
]
|
||||
|
||||
return ' '.join(options)
|
||||
@ -54,7 +55,8 @@ class CMake(Make):
|
||||
def wasmXmakeCmd(self, props):
|
||||
options = [
|
||||
'cmake -DCMAKE_PREFIX_PATH=$QTDIR',
|
||||
'-DTARGET_PLATFORM_TOOLCHAIN=wasm32'
|
||||
'-DTARGET_PLATFORM_TOOLCHAIN=wasm32',
|
||||
'.'
|
||||
]
|
||||
|
||||
return ' '.join(options)
|
||||
|
Loading…
x
Reference in New Issue
Block a user