Skip to content

Commit 5633258

Browse files
committed
FIX
1 parent 916cb0f commit 5633258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ $(CURL_VERSION)/.chrome: $(chrome_libs) $(CURL_VERSION).tar.gz $(CURL_VERSION)/.
277277

278278
echo "Configuring curl with: $$config_flags"
279279

280-
CXXFLAGS="-stdlib=libc++" LDFLAGS="-lc++" ./configure --without-libpsl --enable-debug $$config_flags LIBS="$$add_libs"
280+
CXXFLAGS="-stdlib=libc++" LDFLAGS="-lc++" LIBS="-lc++" ./configure --without-libpsl --enable-debug $$config_flags LIBS="$$add_libs"
281281

282282
# Remove possible leftovers from a previous compilation
283283
$(MAKE) clean MAKEFLAGS=

0 commit comments

Comments
 (0)