mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
6cfa934411
* Update libmupdf to 1.19.0-rc2 * Add results of ./vcpkg x-add-version --all * minimize patch * update version * Use 4 spaces rather than 2 Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Remove vcpkg-cmake-config dependency * Run x-add-version Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
17 lines
368 B
Diff
17 lines
368 B
Diff
--- a/Makethird
|
|
+++ b/Makethird
|
|
@@ -238,6 +238,7 @@ endif
|
|
|
|
# --- EXTRACT ---
|
|
|
|
+ifeq (0, 1)
|
|
THIRD_CFLAGS += $(EXTRACT_CFLAGS)
|
|
THIRD_LIBS += $(EXTRACT_LIBS)
|
|
THIRD_SRC += $(EXTRACT_SRC)
|
|
@@ -268,3 +269,4 @@ thirdparty/extract/src/odt_template.c: thirdparty/extract/src/template.odt third
|
|
@touch $@
|
|
|
|
generate: thirdparty/extract/src/docx_template.c
|
|
+endif
|
|
|