File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CMAKE_WORKING_DIR=$ROOT/_cmake_working_dir/NeoML.${FINE_CMAKE_BUILD_TARGET}.${FI
9
9
pushd ${CMAKE_WORKING_DIR}
10
10
11
11
if [[ $FINE_CMAKE_BUILD_TARGET == " IOS" ]]; then
12
- cmake -G Xcode -DUSE_FINE_OBJECTS=ON -DCMAKE_TOOLCHAIN_FILE=${ROOT} /NeoML/cmake/ios.toolchain.cmake -DIOS_ARCH=${FINE_CMAKE_BUILD_ARCH} ${ROOT} /NeoML/NeoML
12
+ cmake -G Xcode -DUSE_FINE_OBJECTS=ON -DCMAKE_TOOLCHAIN_FILE=${ROOT} /NeoML/cmake/ios.toolchain.cmake -DIOS_ARCH=${FINE_CMAKE_BUILD_ARCH} ${ROOT} /NeoML/NeoML -DCMAKE_BUILD_TYPE= ${CMAKE_BUILD_CONFIG}
13
13
elif [[ $FINE_CMAKE_BUILD_TARGET == " Linux" && $FINE_CMAKE_BUILD_ARCH == " x86" ]]; then
14
14
cmake -DUSE_FINE_OBJECTS=ON -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_CONFIG} -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_C_FLAGS=-m32 ${ROOT} /NeoML/NeoML
15
15
elif [[ $FINE_CMAKE_BUILD_TARGET == " Linux" ]]; then
You can’t perform that action at this time.
0 commit comments