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 /core/SCsub | |
| parent | 449bc14fb49d3266f5bd82dbe3c53a4b9f4062da (diff) | |
| download | godot-51c55b237b795fa4c085841dbf935c0bd103d5c7.tar.gz godot-51c55b237b795fa4c085841dbf935c0bd103d5c7.tar.zst godot-51c55b237b795fa4c085841dbf935c0bd103d5c7.zip | |
wtf
Diffstat (limited to 'core/SCsub')
| -rw-r--r-- | core/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index 3d7eef070..9a86c2943 100644 --- a/core/SCsub +++ b/core/SCsub @@ -32,7 +32,7 @@ SConscript('math/SCsub'); SConscript('io/SCsub'); SConscript('bind/SCsub'); -lib = env.Library("core",env.core_sources) +lib = env.Library("core",env.core_sources, LIBSUFFIX=env['platform_libsuffix']) env.Prepend(LIBS=[lib]) |
