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