aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 2ea7bc639..ea37bf6d3 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -9,6 +9,7 @@ add_requires(
"vcpkg::curl",
"vcpkg::cxxopts",
"vcpkg::doctest",
+ "vcpkg::eastl",
"vcpkg::fmt",
"vcpkg::gsl-lite",
"vcpkg::http-parser",
@@ -24,6 +25,8 @@ add_requires(
"vcpkg::zlib"
)
+add_defines("EASTL_STD_ITERATOR_CATEGORY_ENABLED")
+
set_policy("build.ccache", false)
if is_plat("windows") then