mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-05 09:40:20 +01:00
Various fixes
This commit is contained in:
parent
3ab8cf061a
commit
d0a19055c5
|
@ -9,10 +9,6 @@ set(MINETEST_IRC_VERSION 0.1.0)
|
|||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
||||
if(CMAKE_TOOLCHAIN_FILE)
|
||||
include(${CMAKE_TOOLCHAIN_FILE})
|
||||
endif()
|
||||
|
||||
set(LUA_SRCS
|
||||
src/lua/lapi.c
|
||||
src/lua/lcode.c
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user