mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
c805a5311a
* Avoid race in x264 install step * Drop pointless port pthread dependency * Update homepage and license * Revise portfile * Add 'tool' feature * Add clang-cl patch * Pass compiler and cross-build prefix * Update to r3095, follow pc file versioning * Add feature 'asm', enable it for arm64-windows * Update versions Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
15 lines
359 B
Diff
15 lines
359 B
Diff
diff --git a/configure b/configure
|
|
index 6f95e23..30924ba 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -1565,7 +1565,8 @@ fi
|
|
|
|
if [ "$cli" = "yes" ]; then
|
|
echo 'default: cli' >> config.mak
|
|
- echo 'install: install-cli' >> config.mak
|
|
+ echo 'install:' >> config.mak
|
|
+ echo ' $(MAKE) install-cli' >> config.mak
|
|
fi
|
|
|
|
if [ "$shared" = "yes" ]; then
|