aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorJuan Linietsky2014-02-19 18:09:52 -0300
committerJuan Linietsky2014-02-19 18:09:52 -0300
commit51c55b237b795fa4c085841dbf935c0bd103d5c7 (patch)
tree4cf2484cd049f6d4e21c4e2f995cd709e329826b /platform/windows/detect.py
parent449bc14fb49d3266f5bd82dbe3c53a4b9f4062da (diff)
downloadgodot-51c55b237b795fa4c085841dbf935c0bd103d5c7.tar.gz
godot-51c55b237b795fa4c085841dbf935c0bd103d5c7.tar.zst
godot-51c55b237b795fa4c085841dbf935c0bd103d5c7.zip
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index b8b0509da..a94e43fc8 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -66,7 +66,9 @@ def configure(env):
if (env["tools"]=="no"):
#no tools suffix
env['OBJSUFFIX'] = ".nt"+env['OBJSUFFIX']
- env['LIBSUFFIX'] = ".nt"+env['LIBSUFFIX']
+ #env['LIBSUFFIX'] = ".nt"+env['LIBSUFFIX']
+ env['platform_libsuffix'] = ".nt"+env['LIBSUFFIX']
+
if (os.name=="nt" and os.getenv("VSINSTALLDIR")!=None):