summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand/mac_fw.c
Commit message (Collapse)AuthorAgeFilesLines
* add_custom_command: Fix dependency on macOS framework targetBrad King2020-01-241-0/+4
When the `DEPENDS` option names a logical target name, convert to the "real" path of that target rather than any of the symlink-provided alternative file names. This makes the dependencies consistent with the outputs named by link rules producing the target artifacts. Fixes: #20264