mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
b7d6160b80
* Add VCPKG_NUM_LOGICAL_CORES * break out logic that retries running a command several times into its own function * Parallelize icu
14 lines
561 B
Diff
14 lines
561 B
Diff
diff --git a/source/data/Makefile.in b/source/data/Makefile.in
|
|
index 1140b69..936ef81 100644
|
|
--- a/source/data/Makefile.in
|
|
+++ b/source/data/Makefile.in
|
|
@@ -514,7 +514,7 @@ build-dir:
|
|
# The | is an order-only prerequisite. This helps when the -j option is used,
|
|
# and we don't want the files to be built before the directories are built.
|
|
ifneq ($(filter order-only,$(.FEATURES)),)
|
|
-$(ALL_FILES) $(ALL_INDEX_SRC_FILES): | build-dir
|
|
+$(ALL_FILES) $(ALL_INDEX_SRC_FILES) $(SO_VERSION_DATA): | build-dir
|
|
endif
|
|
|
|
# Now, sections for building each kind of data.
|