mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
build: set HAVE_WRITABLE_ARGV for Apple cross-builds
Enable this feature for Apple cross-builds to match native macOS builds. Closes #16338
This commit is contained in:
parent
2533df6239
commit
876db1070b
2 changed files with 12 additions and 5 deletions
|
|
@ -546,6 +546,7 @@ if(_CURL_QUICK_DETECT)
|
|||
elseif(APPLE)
|
||||
set(HAVE_EVENTFD 0)
|
||||
set(HAVE_GETPASS_R 0)
|
||||
set(HAVE_WRITABLE_ARGV 1)
|
||||
set(HAVE_SENDMMSG 0)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue