aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 616032373..0fd258d1c 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -154,6 +154,10 @@ task("bundle")
import("detect.tools.find_7z")
import("detect.sdks.find_vcpkgdir")
+ if not is_host("windows") then
+ raise("'xmake bundle' not currently supported on this platform")
+ end
+
local zip_cmd = find_7z()
if not zip_cmd then
raise("unable to find zip tool")