mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
Makefile: fix regression with "make functionaltest-lua" (#10346)
Regressed in 69eb4fa0c.
This commit is contained in:
4
Makefile
4
Makefile
@@ -93,9 +93,9 @@ build/.ran-third-party-cmake::
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
ifeq ($(call filter-true,$(USE_BUNDLED)),)
|
ifeq ($(call filter-true,$(USE_BUNDLED)),)
|
||||||
build/.ran-third-party-cmake:: $(DEPS_BUILD_DIR)
|
|
||||||
$(DEPS_BUILD_DIR):
|
$(DEPS_BUILD_DIR):
|
||||||
mkdir -p $(DEPS_BUILD_DIR)
|
mkdir -p "$@"
|
||||||
|
build/.ran-third-party-cmake:: $(DEPS_BUILD_DIR)
|
||||||
cd $(DEPS_BUILD_DIR) && \
|
cd $(DEPS_BUILD_DIR) && \
|
||||||
$(CMAKE_PRG) -G '$(BUILD_TYPE)' $(BUNDLED_CMAKE_FLAG) $(BUNDLED_LUA_CMAKE_FLAG) \
|
$(CMAKE_PRG) -G '$(BUILD_TYPE)' $(BUNDLED_CMAKE_FLAG) $(BUNDLED_LUA_CMAKE_FLAG) \
|
||||||
$(DEPS_CMAKE_FLAGS) $(THIS_DIR)/third-party
|
$(DEPS_CMAKE_FLAGS) $(THIS_DIR)/third-party
|
||||||
|
|||||||
Reference in New Issue
Block a user