#!/usr/bin/env bash
set -e

exec cmake -DCMAKE_TOOLCHAIN_FILE=${DEVKITPRO}/cmake/devkitPPC.cmake "$@"
