mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Fix name.
This commit is contained in:
parent
aeee31373f
commit
5218d2296a
@ -6,7 +6,7 @@ Import("env")
|
||||
|
||||
env.platform_sources = []
|
||||
|
||||
env.add_source_files(env.platform_sources, "sfwl.cpp")
|
||||
env.add_source_files(env.platform_sources, "sfw.cpp")
|
||||
|
||||
lib = env.add_library("platform", env.platform_sources)
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
Loading…
Reference in New Issue
Block a user