aboutsummaryrefslogtreecommitdiff
path: root/src/transports/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-12-05 15:13:40 +0100
committerGitHub <[email protected]>2023-12-05 15:13:40 +0100
commit311326f0eff2a77892ca533bd46a4bb53444699c (patch)
tree036e560fe9fbb1800f21a035c7925f4c8a7e9f0e /src/transports/xmake.lua
parentHTTP plugin request debug logging (#587) (diff)
downloadzen-311326f0eff2a77892ca533bd46a4bb53444699c.tar.xz
zen-311326f0eff2a77892ca533bd46a4bb53444699c.zip
http plugin dependency fixes (#590)
these changes clean up module dependencies and allow the transports subtree to be built standalone (in the UE tree for instance)
Diffstat (limited to 'src/transports/xmake.lua')
-rw-r--r--src/transports/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transports/xmake.lua b/src/transports/xmake.lua
index 44800a8af..78d637d85 100644
--- a/src/transports/xmake.lua
+++ b/src/transports/xmake.lua
@@ -5,6 +5,10 @@ set_languages("cxx20")
includes('transport-sdk')
+if os.isdir('zenbase') then
+ includes('zenbase')
+end
+
if is_plat("windows") then
includes("winsock")
end