mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 11:05:58 +00:00
2c167153e9
Fixes an issue on macOS Mojave that was patched in fa1c281e79.
The list of changes can be found under
build/premake/premake5/CHANGES.txt.
This was SVN commit r22021.
17 lines
374 B
Lua
17 lines
374 B
Lua
require ("gmake2")
|
|
|
|
return {
|
|
"test_gmake2_buildcmds.lua",
|
|
"test_gmake2_clang.lua",
|
|
"test_gmake2_file_rules.lua",
|
|
"test_gmake2_flags.lua",
|
|
"test_gmake2_ldflags.lua",
|
|
"test_gmake2_linking.lua",
|
|
"test_gmake2_makefile.lua",
|
|
"test_gmake2_objects.lua",
|
|
"test_gmake2_pch.lua",
|
|
"test_gmake2_perfile_flags.lua",
|
|
"test_gmake2_target_rules.lua",
|
|
"test_gmake2_tools.lua",
|
|
}
|