mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
Fix warning.
This commit is contained in:
parent
eb9eeea346
commit
b564b6e261
@ -25,9 +25,6 @@ if env["platform"] != "server":
|
|||||||
else:
|
else:
|
||||||
SConscript("dummy/SCsub")
|
SConscript("dummy/SCsub")
|
||||||
|
|
||||||
# Core dependencies
|
|
||||||
SConscript("png/SCsub")
|
|
||||||
|
|
||||||
env.add_source_files(env.drivers_sources, "*.cpp")
|
env.add_source_files(env.drivers_sources, "*.cpp")
|
||||||
|
|
||||||
lib = env.add_library("drivers", env.drivers_sources)
|
lib = env.add_library("drivers", env.drivers_sources)
|
||||||
|
Loading…
Reference in New Issue
Block a user