#!/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 # Exception: # # Do not pass the toolchain when calling CMake with these options: # -E = CMake command mode. # --build