fix: typo
This commit is contained in:
1
Makefile
1
Makefile
@@ -28,7 +28,6 @@ ios-full: lib_install
|
|||||||
ios: lib_install
|
ios: lib_install
|
||||||
gomobile bind -v -target ios -libname=box -tags=$(TAGS),with_dhcp,with_low_memory,with_conntrack -trimpath -ldflags="-w -s" -o $(BINDIR)/$(PRODUCT_NAME).xcframework github.com/sagernet/sing-box/experimental/libbox ./mobile &&\
|
gomobile bind -v -target ios -libname=box -tags=$(TAGS),with_dhcp,with_low_memory,with_conntrack -trimpath -ldflags="-w -s" -o $(BINDIR)/$(PRODUCT_NAME).xcframework github.com/sagernet/sing-box/experimental/libbox ./mobile &&\
|
||||||
mv $(BINDIR)/$(PRODUCT_NAME).xcframework $(BINDIR)/$(NAME).xcframework &&\
|
mv $(BINDIR)/$(PRODUCT_NAME).xcframework $(BINDIR)/$(NAME).xcframework &&\
|
||||||
# cp Libcore.podspec $(BINDIR)/$(NAME).xcframework/
|
|
||||||
cp Info.plist $(BINDIR)/$(NAME).xcframework/
|
cp Info.plist $(BINDIR)/$(NAME).xcframework/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user