Skip to content

Commit

Permalink
fix(*): fix some bugs
Browse files Browse the repository at this point in the history
please refer to the file change history for details
  • Loading branch information
CLimber-Rong committed Aug 21, 2024
1 parent 57ddd58 commit 93aa60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ endif()

if(CMAKE_HOST_APPLE)
add_custom_command(TARGET stamon POST_BUILD
mkdir "${EXECUTABLE_OUTPUT_PATH}/include"
COMMAND mkdir "${EXECUTABLE_OUTPUT_PATH}/include"
COMMAND cp -r "${PROJECT_SOURCE_DIR}/src/bin-include/" "${EXECUTABLE_OUTPUT_PATH}/include"
)
endif()
Expand Down

0 comments on commit 93aa60f

Please sign in to comment.