Skip to content

Commit 5c672be

Browse files
committed
fix: use new option names for cpp-httplib wrap
1 parent 4f2465d commit 5c672be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/dependencies/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ if build_application
396396
required: false,
397397
allow_fallback: true,
398398
default_options: {
399-
'cpp-httplib_openssl': 'enabled',
400-
'cpp-httplib_zlib': 'enabled',
399+
'openssl': 'enabled',
400+
'zlib': 'enabled',
401401
},
402402
)
403403

0 commit comments

Comments
 (0)