mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: disable software renderer on Android
This commit is contained in:
@@ -92,7 +92,7 @@ def main():
|
||||
|
||||
waf_exec = [sys.executable, waf_path, "configure", "-t", args.wscript_path, "-o", out_path,
|
||||
"-T", waf_build_type, "--android={},,{}".format(abi, args.min_sdk_version), "-s",
|
||||
sdl_path, "--skip-sdl2-sanity-check", "--enable-bundled-deps", "ninja"]
|
||||
sdl_path, "--skip-sdl2-sanity-check", "--enable-bundled-deps", "--disable-soft", "ninja"]
|
||||
|
||||
process = subprocess.Popen(waf_exec, env=env)
|
||||
process.communicate()
|
||||
|
||||
Reference in New Issue
Block a user