1
0
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:
Diego Martínez
2012-12-14 21:31:48 -02:00
parent 3ab8cf061a
commit d0a19055c5
2 changed files with 1 additions and 5 deletions

View File

@ -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