File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
scripts/azurepipeline/macos Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Fetch BuildDeps
4- wget https://github.com/LuxCoreRender/MacOSCompileDeps/releases/download/luxcorerender_v2.6alpha/MacDistFiles_39 .tar.gz
5- tar xzf MacDistFiles_39 .tar.gz
4+ wget https://github.com/LuxCoreRender/MacOSCompileDeps/releases/download/luxcorerender_v2.6/MacDistFiles_39_static .tar.gz
5+ tar xzf MacDistFiles_39_static .tar.gz
66
77# Set Environment Variables
88export PATH=" /usr/local/opt/bison/bin:/usr/local/bin:$PATH "
@@ -15,6 +15,6 @@ eval "$(pyenv init -)"
1515
1616mkdir build
1717pushd build
18- cmake -DOSX_DEPENDENCY_ROOT=$DEPS_SOURCE -DCMAKE_BUILD_TYPE=Release ..
18+ cmake -DCMAKE_XCODE_BUILD_SYSTEM=1 - DOSX_DEPENDENCY_ROOT=$DEPS_SOURCE -DCMAKE_BUILD_TYPE=Release ..
1919make
2020popd
You can’t perform that action at this time.
0 commit comments