Skip to content

Commit

Permalink
adopt CR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef committed Feb 27, 2024
1 parent d9f395b commit c5615c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/f/folly/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package("folly")
add_syslinks("pthread")
end

on_install("windows|x64", "linux", "macosx|x64", function (package)
on_install("windows|x64", "linux", "macosx|x86_64", function (package)
local configs = {"-DBUILD_TESTS=OFF",
"-DCMAKE_DISABLE_FIND_PACKAGE_LibDwarf=ON",
"-DCMAKE_DISABLE_FIND_PACKAGE_Libiberty=ON",
Expand Down

0 comments on commit c5615c1

Please sign in to comment.