fix(CMakeLists): OSX build using make

This commit is contained in:
Leonardo de Moura 2018-10-19 10:04:57 -07:00
parent 3b22c976e8
commit 45b505e808

View file

@ -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"
)