mirror of
https://github.com/minetest-mods/irc.git
synced 2025-06-28 22:26:13 +02:00
Various fixes
This commit is contained in:
@ -11,7 +11,7 @@ do_make() # [PLATFORM]
|
||||
BLD_SFX='';
|
||||
|
||||
if [ "$1" ]; then
|
||||
TC_FILE="-DCMAKE_TOOLCHAIN_FILE=x-$1.cmake";
|
||||
TC_FILE="-DCMAKE_TOOLCHAIN_FILE=cmake/x-$1.cmake";
|
||||
BLD_SFX="-$1";
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user