aboutsummaryrefslogtreecommitdiff
path: root/repo/packages/n/nomad/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'repo/packages/n/nomad/xmake.lua')
-rw-r--r--repo/packages/n/nomad/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/packages/n/nomad/xmake.lua b/repo/packages/n/nomad/xmake.lua
index 85ea10985..20380e1a1 100644
--- a/repo/packages/n/nomad/xmake.lua
+++ b/repo/packages/n/nomad/xmake.lua
@@ -29,6 +29,9 @@ package("nomad")
end)
on_test(function (package)
+ if package:is_cross() then
+ return
+ end
if is_plat("windows") then
os.run("%s version", package:installdir("bin", "nomad.exe"))
elseif is_plat("linux") then