mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
wtf
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user