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