diff options
Diffstat (limited to 'repo/packages/o/oidctoken/xmake.lua')
| -rw-r--r-- | repo/packages/o/oidctoken/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/packages/o/oidctoken/xmake.lua b/repo/packages/o/oidctoken/xmake.lua index 76360e7bf..4dc231b21 100644 --- a/repo/packages/o/oidctoken/xmake.lua +++ b/repo/packages/o/oidctoken/xmake.lua @@ -15,6 +15,9 @@ package("oidctoken") end) on_test(function (package) + if package:is_cross() then + return + end if is_plat("windows") then os.run("%s --help", package:installdir("bin", "OidcToken.exe")) else |