Skip to content

Commit

Permalink
disable windows arm
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Oct 5, 2024
1 parent 947f328 commit 48f8e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w/wolfssl/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package("wolfssl")
end
end)

on_install(function (package)
on_install("!windows or windows|!arm64", function (package)
io.replace("CMakeLists.txt", "-Werror", "", {plain = true})

local configs = {"-DWOLFSSL_EXAMPLES=no", "-DWOLFSSL_CRYPT_TESTS=no"}
Expand Down

0 comments on commit 48f8e1b

Please sign in to comment.