mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-08 10:44:28 +00:00
add new sysdep linux dir to build (requires rebuilding the workspace)
This was SVN commit r5366.
This commit is contained in:
@@ -418,7 +418,7 @@ function setup_all_libs ()
|
||||
"valgrind"
|
||||
}
|
||||
sysdep_dirs = {
|
||||
linux = { "lib/sysdep/unix", "lib/sysdep/unix/x" },
|
||||
linux = { "lib/sysdep/linux", "lib/sysdep/unix", "lib/sysdep/unix/x" },
|
||||
-- note: RC file must be added to main_exe package.
|
||||
-- note: don't add "lib/sysdep/win/aken.cpp" because that must be compiled with the DDK.
|
||||
windows = { "lib/sysdep/win", "lib/sysdep/win/wposix", "lib/sysdep/win/whrt" },
|
||||
|
||||
Reference in New Issue
Block a user