Skip to content

Commit

Permalink
Merge pull request #322 from iratahack/master
Browse files Browse the repository at this point in the history
Fixed docker container build error.
  • Loading branch information
Stephane-D authored Apr 5, 2024
2 parents 38621bc + 61ef3be commit 1452913
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 1452913

Please sign in to comment.