diff options
| author | Juan Linietsky | 2014-02-19 18:09:52 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-02-19 18:09:52 -0300 |
| commit | 51c55b237b795fa4c085841dbf935c0bd103d5c7 (patch) | |
| tree | 4cf2484cd049f6d4e21c4e2f995cd709e329826b /script | |
| parent | 449bc14fb49d3266f5bd82dbe3c53a4b9f4062da (diff) | |
| download | godot-51c55b237b795fa4c085841dbf935c0bd103d5c7.tar.gz godot-51c55b237b795fa4c085841dbf935c0bd103d5c7.tar.zst godot-51c55b237b795fa4c085841dbf935c0bd103d5c7.zip | |
wtf
Diffstat (limited to 'script')
| -rw-r--r-- | script/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/SCsub b/script/SCsub index 05c08ee8e..7093dee36 100644 --- a/script/SCsub +++ b/script/SCsub @@ -9,7 +9,7 @@ if (env["gdscript"]=="yes"): SConscript('gdscript/SCsub'); SConscript('multiscript/SCsub'); -lib = env.Library("script",env.script_sources) +lib = env.Library("script",env.script_sources, LIBSUFFIX=env['platform_libsuffix']) env.Prepend(LIBS=[lib]) |
