mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:09:00 +08:00
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
|