-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better OS detection for native libs (#50)
* Allow detection of Android OS on .NetStandard builds and use uname -m on those platforms if possible * Use Marshal.SizeOf instead of Unsafe.SizeOf * Fix conditional compilation flags messing up NetFX logic. Try and detect OSX on netframework (Mono?). * Bump nuget version * even more thorough checking on .NetFramework since apparently many non-windows functions never worked correctly
- Loading branch information
Showing
2 changed files
with
57 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters