vcpkg/ports/x264/parallel-install.patch
Kai Pastor c805a5311a
[x264] Update and fixes (#26086)
* 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>
2022-08-19 11:15:25 -07:00

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