Skip to content
Snippets Groups Projects
Commit b36224bd authored by Aimee Linden's avatar Aimee Linden
Browse files

Use -DINSTALL_PROPRIETARY:BOOL=ON when calling develop.py from build.sh

Required because indra/cmake/Variables.cmake uses indra/Server.cmake as a flag to indicate this is an internal build, and set INSTALL_PROPRIETARY to download and install pre-built LLKDU, FMOD and Quicktime.

We need a better way of doing that, but this should get things going for now.
parent a646ad13
No related branches found
No related tags found
No related merge requests found
build.sh 100644 → 100755
...@@ -61,6 +61,7 @@ pre_build() ...@@ -61,6 +61,7 @@ pre_build()
configure \ configure \
-DVIEWER_CHANNEL:STRING="$viewer_channel" \ -DVIEWER_CHANNEL:STRING="$viewer_channel" \
-DVIEWER_LOGIN_CHANNEL:STRING="$login_channel" \ -DVIEWER_LOGIN_CHANNEL:STRING="$login_channel" \
-DINSTALL_PROPRIETARY:BOOL=ON \
-DLOCALIZESETUP:BOOL=ON \ -DLOCALIZESETUP:BOOL=ON \
-DPACKAGE:BOOL=ON -DPACKAGE:BOOL=ON
end_section "Pre$variant" end_section "Pre$variant"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment