Build with curl 8.4.0

This commit is contained in:
Maschell 2024-04-25 21:34:31 +02:00
parent 2395e34480
commit 58d2a083b4
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM ghcr.io/wiiu-env/devkitppc:20230621
FROM ghcr.io/wiiu-env/devkitppc:20240423
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230719 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20240424 /artifacts $DEVKITPRO
WORKDIR project

View File

@ -60,6 +60,7 @@ WUMS_EXPORT_FUNCTION(curl_unescape);
WUMS_EXPORT_FUNCTION(curl_free);
WUMS_EXPORT_FUNCTION(curl_global_init_mem);
WUMS_EXPORT_FUNCTION(curl_global_sslset);
WUMS_EXPORT_FUNCTION(curl_global_trace);
WUMS_EXPORT_FUNCTION(curl_slist_append);
WUMS_EXPORT_FUNCTION(curl_slist_free_all);
WUMS_EXPORT_FUNCTION(curl_getdate);
@ -67,6 +68,7 @@ WUMS_EXPORT_FUNCTION(curl_multi_init);
WUMS_EXPORT_FUNCTION(curl_multi_add_handle);
WUMS_EXPORT_FUNCTION(curl_multi_remove_handle);
WUMS_EXPORT_FUNCTION(curl_multi_fdset);
WUMS_EXPORT_FUNCTION(curl_multi_get_handles);
WUMS_EXPORT_FUNCTION(curl_multi_wait);
WUMS_EXPORT_FUNCTION(curl_multi_poll);
WUMS_EXPORT_FUNCTION(curl_multi_wakeup);