Skip to content

Commit

Permalink
The 'mirage2' symlink can be overwritten if we need to try 'make' a s…
Browse files Browse the repository at this point in the history
…econd time
  • Loading branch information
alexander-nord committed Jan 29, 2023
1 parent da5750b commit 4eda6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ add_custom_target(
${CMAKE_SOURCE_DIR}/src/run_mirage2.sh
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mirage2
COMMAND ln
-s ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mirage2
${CMAKE_SOURCE_DIR}/mirage2
-sf ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mirage2
${CMAKE_SOURCE_DIR}/mirage2
)

add_custom_target(
Expand Down

0 comments on commit 4eda6b7

Please sign in to comment.