Skip to content

Commit

Permalink
Apply pending fix from iratahack
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Apr 4, 2024
1 parent 38621bc commit a8814a6
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 @@ -31,7 +31,7 @@ ExternalProject_Add(
CONFIGURE_COMMAND ""
DOWNLOAD_COMMAND ""
BUILD_COMMAND make -C ${PROJECT_SOURCE_DIR}/tools/sjasm/src
INSTALL_COMMAND install ${PROJECT_SOURCE_DIR}/tools/sjasm/sjasm ${PROJECT_SOURCE_DIR}/bin
INSTALL_COMMAND install ${PROJECT_SOURCE_DIR}/tools/sjasm/src/sjasm ${PROJECT_SOURCE_DIR}/bin
BUILD_ALWAYS TRUE)

include_directories(${PROJECT_SOURCE_DIR}/inc)
Expand Down

0 comments on commit a8814a6

Please sign in to comment.