aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/x264/parallel-install.patch
blob: b2c24e08afa0dd5fe9f5ead4a35643ca16728817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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