Skip to content

Commit

Permalink
Mac builds: disable Lua, curve tool and noise tool by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Feb 3, 2025
1 parent cf01f15 commit 64ef2a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/macosx/2_build_hb_ansel_custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ cmake .. \
-DCMAKE_OBJCXX_FLAGS=-stdlib=libc++ \
-DBINARY_PACKAGE_BUILD=ON \
-DRAWSPEED_ENABLE_LTO=ON \
-DBUILD_CURVE_TOOLS=ON \
-DBUILD_NOISE_TOOLS=ON \
-DUSE_LUA=ON \
-DBUILD_CURVE_TOOLS=OFF \
-DBUILD_NOISE_TOOLS=OFF \
-DUSE_LUA=OFF \
-DUSE_BUNDLED_LUA=OFF \
-DUSE_LIBRAW=ON \
-DUSE_BUNDLED_LIBRAW=OFF \
Expand Down

0 comments on commit 64ef2a9

Please sign in to comment.