Skip to content

Commit c4b2846

Browse files
committed
Build portable version on Linux/Mac OSX
1 parent 915cf43 commit c4b2846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/travis/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ case "${host}" in
1919
;;
2020
(i?86-linux-gnu)
2121
set -- \
22+
-D BuildPortableVersion=ON \
2223
-D CMAKE_TOOLCHAIN_FILE=$(pwd)/CMakeModules/Toolchains/linux-i686.cmake \
2324
"$@"
2425
;;
2526
(macosx-universal-clang)
2627
set -- \
2728
-D BuildMPDed=OFF \
29+
-D BuildPortableVersion=ON \
2830
-D CMAKE_OSX_SYSROOT="" \
2931
-D OPENGL_INCLUDE_DIR=/System/Library/Frameworks/OpenGL.framework \
3032
-D OPENGL_gl_LIBRARY=/System/Library/Frameworks/OpenGL.framework \

0 commit comments

Comments
 (0)