Skip to content

Commit

Permalink
deps: turbo no longer depends on fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Feb 18, 2024
1 parent 45af745 commit df1b433
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/files/deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ ifeq ($(TARGET_OS),mac)
TURBO_CMAKE_FLAGS=-DCMAKE_EXE_LINKER_FLAGS="-framework ServiceManagement -framework Foundation -framework Cocoa"
endif

$(TURBO_DIR)/install: $(TURBO_DIR)/download $(TVISION_DIR)/install $(FMT_DIR)/install \
$(TURBO_DIR)/install: $(TURBO_DIR)/download $(TVISION_DIR)/install \
$(CMAKE_DIR)/install $(NCURSES_DIR)/install $(BINUTILS_DIR)/install
cd $(TURBO_DIR) && \
mkdir -p build && \
Expand All @@ -462,7 +462,6 @@ $(TURBO_DIR)/install: $(TURBO_DIR)/download $(TVISION_DIR)/install $(FMT_DIR)/in
-DCMAKE_INSTALL_PREFIX=$(TARGET_PREFIX) \
-DCMAKE_BUILD_TYPE=Release \
-DTURBO_USE_SYSTEM_TVISION=ON \
-DTURBO_USE_SYSTEM_DEPS=ON \
-DTURBO_BUILD_APP=OFF \
$(CMAKE_TOOLCHAIN_FLAG) && \
$(MAKE) && \
Expand Down

0 comments on commit df1b433

Please sign in to comment.