mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
3 lines
106 B
Bash
3 lines
106 B
Bash
#!/bin/sh
|
|
exec cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="$(dirname $0)"/toolchain.cmake $*
|