mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 13:54:31 +00:00
fix dect
This commit is contained in:
parent
2ad0ee0e88
commit
548a21f8a9
@ -160,8 +160,8 @@ class Make(BaseModule):
|
||||
platformEnv = {
|
||||
BaseModule.P_Linux: self.linuxXmakeEnv,
|
||||
BaseModule.P_Windows: self.windowsXmakeEnv,
|
||||
BaseModule.P_AndroidQt5: self.androidXmakeCmd,
|
||||
BaseModule.P_AndroidQt6: self.androidXmakeCmd,
|
||||
BaseModule.P_AndroidQt5: self.androidXmakeEnv,
|
||||
BaseModule.P_AndroidQt6: self.androidXmakeEnv,
|
||||
BaseModule.P_Wasm: self.wasmXmakeEnv,
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user