Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around FriBiDi include Makefile.third problem #1698

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile.third
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ifdef DARWIN
$(UTF8PROC_LIB)
endif

$(FRIBIDI_LIB) $(FRIBIDI_DIR)/include: $(THIRDPARTY_DIR)/fribidi/*.*
$(FRIBIDI_LIB) $(FRIBIDI_DIR)/include/fribidi: $(THIRDPARTY_DIR)/fribidi/*.*
install -d $(FRIBIDI_BUILD_DIR)
cd $(FRIBIDI_BUILD_DIR) && \
$(CMAKE) $(CMAKE_FLAGS) \
Expand Down Expand Up @@ -253,7 +253,7 @@ endif
# crengine, fetched via GIT as a submodule
$(CRENGINE_LIB) $(CRENGINE_THIRDPARTY_LIBS): $(CRENGINE_SRC_FILES) \
$(FREETYPE_DIR)/include \
$(FRIBIDI_DIR)/include \
$(FRIBIDI_DIR)/include/fribidi \
$(HARFBUZZ_DIR)/include \
$(JPEG_DIR)/include \
$(LIBUNIBREAK_DIR)/include \
Expand Down
Loading