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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArto Kitula <arto.kitula@gmail.com>2019-08-19 15:00:28 +0300
committerArto Kitula <arto.kitula@gmail.com>2019-08-19 15:00:28 +0300
commitca3f25fc6489ee0faec3a2e18bd4d1aa17642021 (patch)
tree0e7fd9b9aeb2af90c29b06800c2b9207d24ab8b7 /build_files
parent79710a417cd4375e3c4f5fcf2b0fd935b8ffc608 (diff)
build deps macOS: add PUGI_XML home to OSL
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/osl.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/build_environment/cmake/osl.cmake b/build_files/build_environment/cmake/osl.cmake
index b8268f90c33..4e0a924530a 100644
--- a/build_files/build_environment/cmake/osl.cmake
+++ b/build_files/build_environment/cmake/osl.cmake
@@ -87,6 +87,7 @@ elseif(APPLE)
set(OSL_EXTRA_ARGS
${OSL_EXTRA_ARGS}
-DHIDE_SYMBOLS=OFF
+ -DPUGIXML_HOME=${LIBDIR}/pugixml
)
endif()