mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
ios work
This commit is contained in:
parent
d99273334d
commit
c62d21e5cc
@ -341,6 +341,10 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
|
||||
"-L../../../../../target/lipo-ios/debug",
|
||||
"-lveilid_tools",
|
||||
);
|
||||
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
|
||||
"-L../../../../../target/lipo-ios-sim/debug",
|
||||
"-lveilid_tools",
|
||||
@ -371,6 +375,10 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
|
||||
"-L../../../../../target/lipo-ios/release",
|
||||
"-lveilid_tools",
|
||||
);
|
||||
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
|
||||
"-L../../../../../target/lipo-ios-sim/release",
|
||||
"-lveilid_tools",
|
||||
|
@ -6,6 +6,7 @@ mod ios;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
mod native;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use super::*;
|
||||
|
||||
pub use common::*;
|
||||
|
Loading…
Reference in New Issue
Block a user