Skip to content

Commit

Permalink
chore: build Lake again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Jun 7, 2024
1 parent bfcaaa3 commit 7b72458
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,11 +582,11 @@ if(${STAGE} GREATER 0 AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
message(FATAL_ERROR "src/lake does not exist. Please check out the Lake submodule using `git submodule update --init src/lake`.")
endif()

#add_custom_target(lake ALL
# WORKING_DIRECTORY ${LEAN_SOURCE_DIR}
# DEPENDS leanshared
# COMMAND $(MAKE) -f ${CMAKE_BINARY_DIR}/stdlib.make Lake
# VERBATIM)
add_custom_target(lake ALL
WORKING_DIRECTORY ${LEAN_SOURCE_DIR}
DEPENDS leanshared
COMMAND $(MAKE) -f ${CMAKE_BINARY_DIR}/stdlib.make Lake
VERBATIM)
endif()

if(PREV_STAGE)
Expand Down

0 comments on commit 7b72458

Please sign in to comment.