Rename the web's library.

This commit is contained in:
Relintai 2022-02-05 15:47:28 +01:00
parent 082cf04f5d
commit 309208d359

View File

@ -9,5 +9,5 @@ env.add_source_files(env.core_sources, "./html/*.cpp")
env.add_source_files(env.core_sources, "./http/*.cpp")
# Build it all as a library
lib = env.add_library("core", env.core_sources)
lib = env.add_library("web", env.core_sources)
env.Prepend(LIBS=[lib])