Fix name.

This commit is contained in:
Relintai 2024-01-25 13:01:54 +01:00
parent aeee31373f
commit 5218d2296a
1 changed files with 1 additions and 1 deletions

View File

@ -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])