diff options
author | Ariel Manzur <ariel@okamstudio.com> | 2015-04-02 01:35:12 -0300 |
---|---|---|
committer | Ariel Manzur <ariel@okamstudio.com> | 2015-04-02 01:35:12 -0300 |
commit | ebd743f7c215d65c877874cdf58b22437757fbc6 (patch) | |
tree | 83a7bd03bc199bfecfd95be45f47d24f60eb359a /platform/android/detect.py | |
parent | 7c1d516c013be7469b4bc4a8b6ef0b71381b160f (diff) | |
parent | ed2a24ef21886e0327cf0215fb0211138547ad84 (diff) | |
download | redot-engine-ebd743f7c215d65c877874cdf58b22437757fbc6.tar.gz |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r-- | platform/android/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py index 4cf12538db..5ef405f7b6 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -91,7 +91,7 @@ def configure(env): gcc_path=gcc_path+"/darwin-x86_64/bin" #this may be wrong env['SHLINKFLAGS'][1] = '-shared' elif (os.name=="nt"): - gcc_path=gcc_path+"/windows/bin" #this may be wrong + gcc_path=gcc_path+"/windows-x86_64/bin" #this may be wrong |