Skip to content

Commit fc78839

Browse files
committed
Enable file protocol when building curl
1 parent 479767f commit fc78839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/recipes/curl/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $(CURL_WASM_LIB): $(CURL_TARBALL) $(NGHTTP2_WASM_LIB) $(OPENSSL_WASM_LIB)
2828
--disable-ntlm-wb \
2929
--enable-websockets \
3030
--disable-ftp \
31-
--disable-file \
31+
--enable-file \
3232
--disable-gopher \
3333
--disable-imap \
3434
--disable-mqtt \

0 commit comments

Comments
 (0)