Skip to content

Commit

Permalink
Merge pull request #26 from supercollider/topic/ninja
Browse files Browse the repository at this point in the history
cmake: fix ninja toolchain
  • Loading branch information
mlang authored Jul 23, 2021
2 parents 0e95a18 + a85032e commit 9d6067b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion el/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (SC_EL_BYTECOMPILE)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Creating byte-compiled Emacs lisp ${CMAKE_CURRENT_BINARY_DIR}/${el}c")

add_custom_target(${el}c ALL
add_custom_target(compile_${el}c ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${el}c)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${el}c
Expand Down

0 comments on commit 9d6067b

Please sign in to comment.