fix(CMakeLists): OSX build using make
This commit is contained in:
parent
3b22c976e8
commit
45b505e808
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ endif ()
|
|||
|
||||
add_custom_target(
|
||||
standard_lib ALL
|
||||
COMMAND make -j4 -e LEAN="${LEAN_SOURCE_DIR}/../bin/lean" "${LEAN_EXTRA_MAKE_OPTS}"
|
||||
COMMAND make -j4 -e "LEAN=${LEAN_SOURCE_DIR}/../bin/lean ${LEAN_EXTRA_MAKE_OPTS}"
|
||||
DEPENDS bin_lean
|
||||
WORKING_DIRECTORY "${LEAN_SOURCE_DIR}/../library"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue