mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 14:55:08 -06:00
Mac OS: Fix gettext lookup in deps build
This commit is contained in:
parent
77c3d2fbb3
commit
ab677bad41
2 changed files with 10 additions and 2 deletions
2
deps/deps-macos.cmake
vendored
2
deps/deps-macos.cmake
vendored
|
@ -111,6 +111,6 @@ ExternalProject_Add(dep_wxwidgets
|
|||
--with-expat=builtin
|
||||
--disable-debug
|
||||
--disable-debug_flag
|
||||
BUILD_COMMAND make "-j${NPROC}" && make -C locale allmo
|
||||
BUILD_COMMAND make "-j${NPROC}" && PATH=/usr/local/opt/gettext/bin/:$ENV{PATH} make -C locale allmo
|
||||
INSTALL_COMMAND make install
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue