Skip to content

Commit

Permalink
add trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Feb 18, 2024
1 parent 093b694 commit 65fad17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CorrosionInvokeRustc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ endif()

# Transform back
list(JOIN libs_list " " libs_list_joined)
file(WRITE "${COR_LIBS_OUTFILE}" "${libs_list_joined}")
file(WRITE "${COR_LIBS_OUTFILE}" "${libs_list_joined} ")
message(STATUS "Wrote required libs for target ${COR_TARGET_NAME} to ${COR_LIBS_OUTFILE}")
message(STATUS "Required libs: " ${libs_list_joined})
file(READ "${COR_LIBS_OUTFILE}" written_file)
Expand Down

0 comments on commit 65fad17

Please sign in to comment.