mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 06:34:10 +00:00
Use g++ instead of system default in cmake-linux-debug.sh
This commit is contained in:
parent
6f2aace910
commit
9521760c18
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ cd ..
|
|||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ../neo
|
||||
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=g++ -DUSE_PRECOMPILED_HEADERS=OFF ../neo
|
||||
|
|
Loading…
Reference in a new issue