aboutsummaryrefslogtreecommitdiff
path: root/src/transports/xmake.lua
diff options
context:
space:
mode:
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