build: Don't use / in target names
It is unnecessary, and meson doesn't like it.
This commit is contained in:
@@ -11,7 +11,7 @@ if win32_enabled
|
||||
# compile_resources doesn't like to consume targets with multiple outputs,
|
||||
# and the xxx.exe.manifest and xxx.rc are tied together
|
||||
uac_rc = custom_target(
|
||||
'tools/@0@.rc'.format(uac_exe_name),
|
||||
'@0@-rc'.format(uac_exe_name),
|
||||
output: ['@0@.rc'.format(uac_exe_name)],
|
||||
command: [gen_uac_manifest,
|
||||
'-p=@0@'.format(uac_exe_pkg),
|
||||
|
||||
Reference in New Issue
Block a user