Some work towards iOS build (#9045)
This commit is contained in:
committed by
Niklas Adolfsson
parent
c63452e25d
commit
bca100cdb0
@@ -79,7 +79,7 @@ pub fn open(url: &str) -> Result<(), Error> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[cfg(target_os="android")]
|
||||
#[cfg(any(target_os="android", target_os="ios"))]
|
||||
pub fn open(_url: &str) -> Result<(), Error> {
|
||||
// TODO: While it is generally always bad to leave a function implemented, there is not much
|
||||
// more we can do here. This function will eventually be removed when we compile Parity
|
||||
|
||||
Reference in New Issue
Block a user