mirror of
https://github.com/curl/curl.git
synced 2026-07-27 09:47:16 +03:00
autotools: add --with-windows-unicode option
- add `--with-windows-unicode` and `--without-windows-unicode` (default) options. - enable it in a CI job. Fixes #7229 Closes #14478
This commit is contained in:
parent
2edbc229cb
commit
9e4a2187e7
4 changed files with 35 additions and 9 deletions
|
|
@ -50,6 +50,11 @@ AM_CPPFLAGS += -DCURL_STATICLIB
|
|||
endif
|
||||
AM_CPPFLAGS += -DBUILDING_CURL
|
||||
|
||||
AM_LDFLAGS =
|
||||
if USE_UNICODE
|
||||
AM_LDFLAGS += -municode
|
||||
endif
|
||||
|
||||
include Makefile.inc
|
||||
|
||||
# CURL_FILES comes from Makefile.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue