summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index d5f481c..f1910d1 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -1,8 +1,9 @@
add_rules("mode.debug", "mode.release", "mode.releasedbg", "mode.minsizerel")
-add_requires("nuklear", "nuklear_glfw_gl3", "nuklear_fonts", "glew", "glfw", "libcurl", "nativefiledialog-extended",
+add_requires("nuklear", "nuklear_glfw_gl3", "nuklear_fonts", "glew", "glfw", "nativefiledialog-extended",
"c11threads", "pcre2",
"cjson")
+add_requires("libcurl", { configs = { zlib = true } })
if is_plat("linux") then
set_toolchains("clang")