mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-15 06:22:45 +00:00
Fix #115
This commit is contained in:
parent
e6360d83a7
commit
d062b1b66a
5 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ cargo build --target aarch64-apple-ios
|
|||
echo "Generating includes..."
|
||||
mkdir -p target/include/
|
||||
rm -rf target/include/*
|
||||
cbindgen --config cbindgen.toml -l C -o target/include/tun2proxy.h
|
||||
cbindgen --config cbindgen.toml -l C --cpp-compat -o target/include/tun2proxy.h
|
||||
cat > target/include/tun2proxy.modulemap <<EOF
|
||||
framework module tun2proxy {
|
||||
umbrella header "tun2proxy.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue