From 311326f0eff2a77892ca533bd46a4bb53444699c Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 5 Dec 2023 15:13:40 +0100 Subject: 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) --- src/transports/xmake.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/transports/xmake.lua') 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 -- cgit v1.2.3