mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
Makefile: fix regression with "make functionaltest-lua" (#10346)
Regressed in 69eb4fa0c
.
This commit is contained in:
parent
c62690ccc4
commit
a924650d98
4
Makefile
4
Makefile
@ -93,9 +93,9 @@ build/.ran-third-party-cmake::
|
||||
touch $@
|
||||
|
||||
ifeq ($(call filter-true,$(USE_BUNDLED)),)
|
||||
build/.ran-third-party-cmake:: $(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) && \
|
||||
$(CMAKE_PRG) -G '$(BUILD_TYPE)' $(BUNDLED_CMAKE_FLAG) $(BUNDLED_LUA_CMAKE_FLAG) \
|
||||
$(DEPS_CMAKE_FLAGS) $(THIS_DIR)/third-party
|
||||
|
Loading…
Reference in New Issue
Block a user