mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Some checks are pending
build / build (push) Waiting to run
* Remove extraneous `include/` directory level from brightness_controller * Wrap WSL_ACCESSING_WINDOWS detection in realpath * Integrate metroskrew as the default compiler * Remove tools/cw contents
15 lines
665 B
INI
15 lines
665 B
INI
[binaries]
|
|
c = [root + '/subprojects/metroskrew/bin/mwccarm.exe', '-wrap:sdk', '2.0/sp2p2']
|
|
c_ld = [root + '/subprojects/metroskrew/bin/mwldarm.exe', '-wrap:sdk', '2.0/sp2p2']
|
|
cpp = [root + '/subprojects/metroskrew/bin/mwccarm.exe', '-wrap:sdk', '2.0/sp2p2']
|
|
cpp_ld = [root + '/subprojects/metroskrew/bin/mwldarm.exe', '-wrap:sdk', '2.0/sp2p2']
|
|
nasm = [root + '/subprojects/metroskrew/bin/mwasmarm.exe', '-wrap:sdk', '2.0/sp2p2']
|
|
ar = [root + '/subprojects/metroskrew/bin/mwldarm.exe', '-wrap:sdk', '2.0/sp2p2']
|
|
strip = ['false']
|
|
|
|
[host_machine]
|
|
system = 'bare metal'
|
|
cpu_family = 'arm'
|
|
cpu = 'arm'
|
|
endian = 'little'
|