File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,18 @@ cd build/headless
77
88
99SDL2_DIR=${ROOT} /lib/SDL/build/lib/cmake/SDL2/
10- IRRLICHTMT_DIR=${ROOT} /lib/irrlichtmt
1110
1211echo ${SDL2_DIR}
1312
14- cmake ../.. -DRUN_IN_PLACE=TRUE -DBUILD_HEADLESS=1 -DSDL2_DIR=${SDL2_DIR} -DIRRLICHTMT_BUILD_DIR= ${IRRLICHTMT_DIR}
13+ cmake ../.. -DRUN_IN_PLACE=TRUE -DBUILD_HEADLESS=1 -DSDL2_DIR=${SDL2_DIR}
1514make -j$(( $(nproc) > 1 ? $(nproc) - 1 : 1 )) # use max(nproc - 1,1) threads
1615
1716cd ../..
1817
1918mv bin/minetest bin/minetest_headless
2019
2120cd build/normal
22- cmake ../.. -DRUN_IN_PLACE=TRUE -DBUILD_HEADLESS=0 -DSDL2_DIR= -DIRRLICHTMT_BUILD_DIR= ${IRRLICHTMT_DIR}
21+ cmake ../.. -DRUN_IN_PLACE=TRUE -DBUILD_HEADLESS=0 -DSDL2_DIR=
2322make -j$(( $(nproc) > 1 ? $(nproc) - 1 : 1 )) # use max(nproc - 1,1) threads
2423
2524cd ../..
You can’t perform that action at this time.
0 commit comments