mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
fa7a35ab8c
Co-authored-by: LilyWangLL <4945507022qq.com>
21 lines
452 B
Diff
21 lines
452 B
Diff
diff --git a/Makethird b/Makethird
|
|
index f9c7896..63799b1 100644
|
|
--- a/Makethird
|
|
+++ b/Makethird
|
|
@@ -253,6 +253,7 @@ endif
|
|
|
|
# --- EXTRACT ---
|
|
|
|
+ifeq (0, 1)
|
|
THIRD_CFLAGS += $(EXTRACT_CFLAGS)
|
|
THIRD_LIBS += $(EXTRACT_LIBS)
|
|
THIRD_SRC += $(EXTRACT_SRC)
|
|
@@ -283,6 +284,7 @@ thirdparty/extract/src/odt_template.c: thirdparty/extract/src/template.odt third
|
|
@touch $@
|
|
|
|
generate: thirdparty/extract/src/docx_template.c
|
|
+endif
|
|
|
|
# --- LIBARCHIVE ---
|
|
|