add todos && build modification
This commit is contained in:
3
build.sh
3
build.sh
@@ -16,8 +16,7 @@ if [ ! -e "src/external/SDL" ]; then
|
||||
# cmake -S . -B build_linux -DCMAKE_BUILD_TYPE=Release -DSDL_PIPEWIRE=OFF
|
||||
cmake -S . -B build_linux -DSDL_PIPEWIRE=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||
cd build_linux
|
||||
make -j16
|
||||
sudo make install
|
||||
sudo make -j16 install
|
||||
cd ../../../..
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user