mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fixes compiling with the flag "--without-lobby".
Refs #2267 This was SVN commit r14203.
This commit is contained in:
parent
7595ea4534
commit
294aa142d8
1 changed files with 5 additions and 1 deletions
|
|
@ -608,10 +608,14 @@ function setup_all_libs ()
|
|||
end
|
||||
end
|
||||
else
|
||||
source_dirs = {
|
||||
"lobby/scripting",
|
||||
}
|
||||
extern_libs = {
|
||||
"spidermonkey",
|
||||
"boost"
|
||||
}
|
||||
setup_static_lib_project("lobby", {}, extern_libs, {})
|
||||
setup_static_lib_project("lobby", source_dirs, extern_libs, {})
|
||||
files { source_root.."lobby/Globals.cpp" }
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue