Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-07-22 17:00:52 +0300
committerVojtech Kral <vojtech@kral.hk>2019-07-22 17:00:52 +0300
commitab677bad41bedf74296c9cc02224c64aea03af07 (patch)
tree666ab5826b706bd40d9b316799925cda83cc7f61 /deps
parent77c3d2fbb3ef2343777dd00bbae4056d4509331c (diff)
Mac OS: Fix gettext lookup in deps build
Diffstat (limited to 'deps')
-rw-r--r--deps/deps-macos.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deps-macos.cmake b/deps/deps-macos.cmake
index c7c6819e3..d22e4a2e2 100644
--- a/deps/deps-macos.cmake
+++ b/deps/deps-macos.cmake
@@ -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
)