Skip to content

Instantly share code, notes, and snippets.

@tindzk
Created January 3, 2019 13:30
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 tindzk/f2ba8f0a57bdca652bd396e38ce10b6a to your computer and use it in GitHub Desktop.
Save tindzk/f2ba8f0a57bdca652bd396e38ce10b6a to your computer and use it in GitHub Desktop.
Detect if program is run within Scala Native
def isScalaNative: Boolean =
System.getProperty("java.vm.name") == "Scala Native"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment