mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-19 09:31:37 +00:00
don't pass type/creator codes as last argument to Rez - apparently, Ninja swallows trailing spaces
This commit is contained in:
parent
1ae9256e9c
commit
749b7c5db8
@ -88,8 +88,8 @@ function(add_application name)
|
||||
-I${REZ_INCLUDE_PATH}
|
||||
--copy "${name}.code.bin"
|
||||
-o "${name}.bin"
|
||||
--cc "${name}.dsk" --cc "${name}.APPL" --cc "%${name}.ad"
|
||||
-t "${ARGS_TYPE}" -c "${ARGS_CREATOR}"
|
||||
--cc "${name}.dsk" --cc "${name}.APPL" --cc "%${name}.ad"
|
||||
${ARGS_MAKEAPPL_ARGS}
|
||||
DEPENDS ${name} ${rsrc_files})
|
||||
add_custom_target(${name}_APPL ALL DEPENDS ${name}.bin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user