1
0
mirror of https://github.com/AmigaPorts/docker-amiga-gcc.git synced 2025-11-21 18:15:05 +00:00
Files
docker-amiga-gcc/imagefiles/ccmake.sh
2019-06-25 15:53:53 +02:00

8 lines
280 B
Bash
Executable File

#!/usr/bin/env sh
# Always pass the CMAKE_TOOLCHAIN_FILE variable to CMake when inside a
# dockcross environment -- the CMAKE_TOOLCHAIN_FILE environmental variable is
# always set in this context
exec /usr/bin/ccmake -DCMAKE_TOOLCHAIN_FILE:FILEPATH=${CMAKE_TOOLCHAIN_FILE} "$@"