chore: update stage0

This commit is contained in:
Markus Himmel 2024-08-07 17:45:45 +02:00 committed by Sebastian Ullrich
parent 3b14642c42
commit 63c4de5fea

View file

@ -579,13 +579,13 @@ else()
string(APPEND CMAKE_EXE_LINKER_FLAGS " -lInit_shared -lleanshared")
endif()
#if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
# add_custom_target(lake ALL
# WORKING_DIRECTORY ${LEAN_SOURCE_DIR}
# DEPENDS leanshared
# COMMAND $(MAKE) -f ${CMAKE_BINARY_DIR}/stdlib.make Lake
# VERBATIM)
#endif()
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
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)
add_custom_target(update-stage0