trying with x64 build

This commit is contained in:
uazo
2021-07-26 14:24:54 +02:00
committed by GitHub
parent 066243c27a
commit f7d16abfca

View File

@@ -1,7 +1,7 @@
declare_args() {
_is_debug_build = ""
target_cpu = "x86"
target_cpu = "x64"
}
_is_debug_build = getenv("TARGET_ISDEBUG")