lib: make Curl_easyopts const

Also, make the optiontable rule work in an out-of-tree build.

Closes #16950
This commit is contained in:
Dan Fandrich 2025-04-03 13:41:50 -07:00
parent 9f4f61ddcb
commit 9ba597bed7
5 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ print <<HEAD
#include "easyoptions.h"
/* all easy setopt options listed in alphabetical order */
struct curl_easyoption Curl_easyopts[] = {
const struct curl_easyoption Curl_easyopts[] = {
HEAD
;