aboutsummaryrefslogtreecommitdiff
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRandy Tan Shaoxian2016-10-20 21:17:21 +0800
committerRandy Tan Shaoxian2016-10-20 21:17:21 +0800
commitc9d7f77c6ffea4691fba2071caec2d63d927b4d1 (patch)
tree51f9691e3f94a2eaed5c8d422cde72a250c1df46 /platform/android/detect.py
parent14e45a55d4132a268a4fd4d75bdea08a5269cc3d (diff)
downloadgodot-c9d7f77c6ffea4691fba2071caec2d63d927b4d1.tar.gz
godot-c9d7f77c6ffea4691fba2071caec2d63d927b4d1.tar.zst
godot-c9d7f77c6ffea4691fba2071caec2d63d927b4d1.zip
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index 30a4defee..d0cbe2759 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -133,7 +133,7 @@ def configure(env):
gcc_path=gcc_path+"/darwin-x86_64/bin"
env['SHLINKFLAGS'][1] = '-shared'
env['SHLIBSUFFIX'] = '.so'
- elif (os.platform.startswith('win')):
+ elif (sys.platform.startswith('win')):
if (platform.machine().endswith('64')):
gcc_path=gcc_path+"/windows-x86_64/bin"
else: