mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
fixes android drivers build
This commit is contained in:
parent
4c4d79e3c9
commit
dbb4c0c9b7
@ -27,7 +27,7 @@ png_sources = [
|
||||
import os
|
||||
if ("neon_enabled" in env and env["neon_enabled"]) and os.name!="nt":
|
||||
env_drivers.Append(CPPFLAGS=["-DPNG_ARM_NEON_OPT=2"])
|
||||
env_neon = env.Clone();
|
||||
env_neon = env_drivers.Clone();
|
||||
if "S_compiler" in env:
|
||||
env_neon['CC'] = env['S_compiler']
|
||||
#env_neon.Append(CPPFLAGS=["-DPNG_ARM_NEON"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user