Skip to content

Commit 3b14642

Browse files
TwoFXKha
authored andcommitted
chore: build Lake again
1 parent d52da36 commit 3b14642

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -579,13 +579,13 @@ else()
579579
string(APPEND CMAKE_EXE_LINKER_FLAGS " -lInit_shared -lleanshared")
580580
endif()
581581

582-
#if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
583-
# add_custom_target(lake ALL
584-
# WORKING_DIRECTORY ${LEAN_SOURCE_DIR}
585-
# DEPENDS leanshared
586-
# COMMAND $(MAKE) -f ${CMAKE_BINARY_DIR}/stdlib.make Lake
587-
# VERBATIM)
588-
#endif()
582+
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
583+
add_custom_target(lake ALL
584+
WORKING_DIRECTORY ${LEAN_SOURCE_DIR}
585+
DEPENDS leanshared
586+
COMMAND $(MAKE) -f ${CMAKE_BINARY_DIR}/stdlib.make Lake
587+
VERBATIM)
588+
endif()
589589

590590
if(PREV_STAGE)
591591
add_custom_target(update-stage0

0 commit comments

Comments
 (0)