Fixes compiling with the flag "--without-lobby".

Refs #2267

This was SVN commit r14203.
This commit is contained in:
Yves 2013-11-17 11:52:11 +00:00
parent 7595ea4534
commit 294aa142d8

View File

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