0
0
mirror of https://github.com/minecraft-linux/appimage-builder.git synced 2025-04-06 21:54:54 +00:00
Files
Minecraft-Launcher-appimage/armhftoolchain.txt
Christopher Homberger 3b2e14f74c armhftest0
2019-12-20 19:27:36 +01:00

10 lines
333 B
Plaintext

set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR arm)
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)