Skip to content

Instantly share code, notes, and snippets.

@wongk
Last active November 1, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wongk/3b4b66831a1553f5500e79d382cc93ab to your computer and use it in GitHub Desktop.
Save wongk/3b4b66831a1553f5500e79d382cc93ab to your computer and use it in GitHub Desktop.
Blog - cross platform strategy - cinterop example
configure([iosX64, iosArm32, iosArm64]) {
compilations.main {
cinterops {
phonenumbers {
includeDirs('c_interop/libPhoneNumber_iOS.framework/Headers')
}
}
}
binaries.framework {
linkerOpts "-Fc_interop"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment