mirror of
https://github.com/wiiu-env/CURLWrapperModule.git
synced 2024-11-22 04:39:20 +01:00
Build with curl 8.4.0
This commit is contained in:
parent
2395e34480
commit
58d2a083b4
@ -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
|
WORKDIR project
|
||||||
|
@ -60,6 +60,7 @@ WUMS_EXPORT_FUNCTION(curl_unescape);
|
|||||||
WUMS_EXPORT_FUNCTION(curl_free);
|
WUMS_EXPORT_FUNCTION(curl_free);
|
||||||
WUMS_EXPORT_FUNCTION(curl_global_init_mem);
|
WUMS_EXPORT_FUNCTION(curl_global_init_mem);
|
||||||
WUMS_EXPORT_FUNCTION(curl_global_sslset);
|
WUMS_EXPORT_FUNCTION(curl_global_sslset);
|
||||||
|
WUMS_EXPORT_FUNCTION(curl_global_trace);
|
||||||
WUMS_EXPORT_FUNCTION(curl_slist_append);
|
WUMS_EXPORT_FUNCTION(curl_slist_append);
|
||||||
WUMS_EXPORT_FUNCTION(curl_slist_free_all);
|
WUMS_EXPORT_FUNCTION(curl_slist_free_all);
|
||||||
WUMS_EXPORT_FUNCTION(curl_getdate);
|
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_add_handle);
|
||||||
WUMS_EXPORT_FUNCTION(curl_multi_remove_handle);
|
WUMS_EXPORT_FUNCTION(curl_multi_remove_handle);
|
||||||
WUMS_EXPORT_FUNCTION(curl_multi_fdset);
|
WUMS_EXPORT_FUNCTION(curl_multi_fdset);
|
||||||
|
WUMS_EXPORT_FUNCTION(curl_multi_get_handles);
|
||||||
WUMS_EXPORT_FUNCTION(curl_multi_wait);
|
WUMS_EXPORT_FUNCTION(curl_multi_wait);
|
||||||
WUMS_EXPORT_FUNCTION(curl_multi_poll);
|
WUMS_EXPORT_FUNCTION(curl_multi_poll);
|
||||||
WUMS_EXPORT_FUNCTION(curl_multi_wakeup);
|
WUMS_EXPORT_FUNCTION(curl_multi_wakeup);
|
||||||
|
Loading…
Reference in New Issue
Block a user