This commit is contained in:
Juan Linietsky
2014-02-19 18:09:52 -03:00
parent 449bc14fb4
commit 51c55b237b
11 changed files with 14 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ SConscript('resources/SCsub');
SConscript('io/SCsub');
lib = env.Library("scene",env.scene_sources)
lib = env.Library("scene",env.scene_sources, LIBSUFFIX=env['platform_libsuffix'])
env.Prepend(LIBS=[lib])