Skip to content

Commit

Permalink
fix rename: debug artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
2over12 committed Nov 11, 2023
1 parent 93c9113 commit 37f798e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/liftingbits-llvm-17/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ foreach(release_target IN LISTS release_targets)
file(READ "${release_target}" contents)
string(REPLACE "${CURRENT_INSTALLED_DIR}" "\${_IMPORT_PREFIX}" contents "${contents}")
string(REGEX REPLACE
"\\\${_IMPORT_PREFIX}/tools/llvm-17/([^ \"]+${EXECUTABLE_SUFFIX})"
"\\\${_IMPORT_PREFIX}/tools/liftingbits-llvm-17/([^ \"]+${EXECUTABLE_SUFFIX})"
"\${_IMPORT_PREFIX}/bin/\\1"
contents "${contents}")
file(WRITE "${release_target}" "${contents}")
Expand Down

0 comments on commit 37f798e

Please sign in to comment.