mirror of
https://github.com/curl/curl.git
synced 2026-07-22 16:07:16 +03:00
build: fix Windows build targets damaged since commit 550e403f00
This commit is contained in:
parent
16a8281f71
commit
4abf4fbaac
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ DEPENDENCIES = $(top_builddir)/lib/libcurl.la
|
|||
|
||||
# Mostly for Windows build targets, when using static libcurl
|
||||
if USE_CPPFLAG_CURL_STATICLIB
|
||||
AM_CPPFLAGS = -DCURL_STATICLIB
|
||||
AM_CPPFLAGS += -DCURL_STATICLIB
|
||||
endif
|
||||
|
||||
# Makefile.inc provides the source defines (TESTUTIL, SUPPORTFILES,
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include/curl \
|
|||
endif
|
||||
|
||||
if DOING_NATIVE_WINDOWS
|
||||
AM_CPPFLAGS = -DCURL_STATICLIB
|
||||
AM_CPPFLAGS += -DCURL_STATICLIB
|
||||
endif
|
||||
|
||||
# Makefile.inc provides neat definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue