mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-04 18:37:34 +00:00
Fix netradiant compile to put the q3map2 binary in the path where the compile script expects it.
This commit is contained in:
parent
4de6a91842
commit
81086fbdb3
@ -13,6 +13,8 @@ set -e
|
||||
[ -d xonotic-map-compiler ] || git clone git://git.xonotic.org/xonotic/xonotic.git xonotic-map-compiler
|
||||
cd xonotic-map-compiler
|
||||
./all clean -m -fU -D # like reclone but do not delete untracked, so q3map2.x86 compile stays
|
||||
cd netradiant
|
||||
cmake -G "Unix Makefiles" -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build -- q3map2
|
||||
cd ..
|
||||
./misc/tools/xonotic-map-compiler-autobuild build
|
||||
|
Loading…
Reference in New Issue
Block a user