build linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
50d885d3e7
commit
b000fd1ea8
8 changed files with 44 additions and 45 deletions
|
|
@ -190,11 +190,13 @@ pub fn set_local_option(key: String, value: String) {
|
|||
LocalConfig::set_option(key, value);
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "android", target_os = "ios", feature = "flutter"))]
|
||||
#[inline]
|
||||
pub fn get_local_flutter_config(key: String) -> String {
|
||||
LocalConfig::get_flutter_config(&key)
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "android", target_os = "ios", feature = "flutter"))]
|
||||
#[inline]
|
||||
pub fn set_local_flutter_config(key: String, value: String) {
|
||||
LocalConfig::set_flutter_config(key, value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue