From ac6c4a9000a8e524db7a3b79c1a15da8f379f0e3 Mon Sep 17 00:00:00 2001 From: hev Date: Tue, 15 Oct 2024 12:50:43 +0800 Subject: [PATCH] README: Update how to compile. --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 26bfa0c..5b03efe 100644 --- a/README.md +++ b/README.md @@ -69,18 +69,6 @@ make static # Shared library make shared - -# Static library for iOS -make PP="xcrun --sdk iphoneos --toolchain iphoneos clang" \ - CC="xcrun --sdk iphoneos --toolchain iphoneos clang" \ - CFLAGS="-arch arm64 -mios-version-min=12.0" \ - LFLAGS="-arch arm64 -mios-version-min=12.0 -Wl,-Bsymbolic-functions" static - -libtool -static -o libhev-socks5-tunnel.a \ - bin/libhev-socks5-tunnel.a \ - third-part/lwip/bin/liblwip.a \ - third-part/yaml/bin/libyaml.a \ - third-part/hev-task-system/bin/libhev-task-system.a ``` ## How to Use