mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 07:13:56 -07:00
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.
10 lines
162 B
Lua
10 lines
162 B
Lua
return {
|
|
"_preload.lua",
|
|
"d.lua",
|
|
"actions/gmake.lua",
|
|
"actions/vcxproj.lua",
|
|
"actions/visuald.lua",
|
|
"tools/dmd.lua",
|
|
"tools/gdc.lua",
|
|
"tools/ldc.lua",
|
|
}
|