Skip to content

Commit 780bb1b

Browse files
committed
Update build.sh
update for 11.0
1 parent f425062 commit 780bb1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/azurepipeline/macos/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
88
export PATH="/usr/local/opt/bison/bin:/usr/local/bin:$PATH"
@@ -15,6 +15,6 @@ eval "$(pyenv init -)"
1515

1616
mkdir build
1717
pushd 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 ..
1919
make
2020
popd

0 commit comments

Comments
 (0)