Skip to content

Commit 43f7b8b

Browse files
committed
restrict build to linux only
1 parent e4c03d0 commit 43f7b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/h/h2o/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ package("h2o")
4141
end
4242
end)
4343

44-
on_install("macosx", "linux", "windows", "mingw", function (package)
44+
on_install("linux", function (package)
4545
local configs = {}
4646
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"))
4747
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))

0 commit comments

Comments
 (0)