mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Merge pull request #231 from Laupetin/fix/linux-gcc-14-build
fix: linux gcc 14 build
This commit is contained in:
commit
8f804fcf50
@ -4,6 +4,7 @@
|
||||
#include "Generic/GenericStringPropertySequence.h"
|
||||
#include "Parsing/Menu/Matcher/MenuMatcherFactory.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
|
||||
using namespace menu;
|
||||
|
6
thirdparty/zlib.lua
vendored
6
thirdparty/zlib.lua
vendored
@ -44,6 +44,12 @@ function zlib:project()
|
||||
"_CRT_NONSTDC_NO_DEPRECATE"
|
||||
}
|
||||
|
||||
filter "system:linux"
|
||||
defines {
|
||||
"Z_HAVE_UNISTD_H"
|
||||
}
|
||||
filter {}
|
||||
|
||||
self:include(includes)
|
||||
|
||||
-- Disable warnings. They do not have any value to us since it is not our code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user