Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Jul 14, 2024
1 parent 93fd1b0 commit e6f223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/h/hyperscan/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package("hyperscan")

add_deps("cmake", "boost", "ragel", "python")

on_install("linux", "windows|x64", function (package)
on_install("linux", "windows|!arm*", function (package)
local configs = {}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
Expand Down

0 comments on commit e6f223d

Please sign in to comment.