We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916cb0f commit 5633258Copy full SHA for 5633258
1 file changed
Makefile.in
@@ -277,7 +277,7 @@ $(CURL_VERSION)/.chrome: $(chrome_libs) $(CURL_VERSION).tar.gz $(CURL_VERSION)/.
277
278
echo "Configuring curl with: $$config_flags"
279
280
- CXXFLAGS="-stdlib=libc++" LDFLAGS="-lc++" ./configure --without-libpsl --enable-debug $$config_flags LIBS="$$add_libs"
+ CXXFLAGS="-stdlib=libc++" LDFLAGS="-lc++" LIBS="-lc++" ./configure --without-libpsl --enable-debug $$config_flags LIBS="$$add_libs"
281
282
# Remove possible leftovers from a previous compilation
283
$(MAKE) clean MAKEFLAGS=
0 commit comments