ios work
This commit is contained in:
@@ -341,6 +341,10 @@
|
|||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
|
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
|
||||||
|
"-L../../../../../target/lipo-ios/debug",
|
||||||
|
"-lveilid_tools",
|
||||||
|
);
|
||||||
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
|
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
|
||||||
"-L../../../../../target/lipo-ios-sim/debug",
|
"-L../../../../../target/lipo-ios-sim/debug",
|
||||||
"-lveilid_tools",
|
"-lveilid_tools",
|
||||||
@@ -371,6 +375,10 @@
|
|||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
|
"OTHER_LDFLAGS[sdk=iphoneos*]" = (
|
||||||
|
"-L../../../../../target/lipo-ios/release",
|
||||||
|
"-lveilid_tools",
|
||||||
|
);
|
||||||
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
|
"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
|
||||||
"-L../../../../../target/lipo-ios-sim/release",
|
"-L../../../../../target/lipo-ios-sim/release",
|
||||||
"-lveilid_tools",
|
"-lveilid_tools",
|
||||||
|
@@ -6,6 +6,7 @@ mod ios;
|
|||||||
#[cfg(not(target_arch = "wasm32"))]
|
#[cfg(not(target_arch = "wasm32"))]
|
||||||
mod native;
|
mod native;
|
||||||
|
|
||||||
|
#[allow(unused_imports)]
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
pub use common::*;
|
pub use common::*;
|
||||||
|
Reference in New Issue
Block a user