Skip to content

Commit a757e45

Browse files
committed
fix(dynareadout): enable filesystem support for boost on macOS
1 parent 1ba893f commit a757e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/d/dynareadout/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package("dynareadout")
1616
package:add("links", "dynareadout")
1717
end
1818
if package:is_plat("macosx") then
19-
package:add("deps", "boost", {configs = {filesystem = false}})
19+
package:add("deps", "boost", {configs = {filesystem = true}})
2020
end
2121
end)
2222

0 commit comments

Comments
 (0)