Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created December 3, 2013 16:45
Show Gist options
  • Save BitPuffin/7772643 to your computer and use it in GitHub Desktop.
Save BitPuffin/7772643 to your computer and use it in GitHub Desktop.
import "ogg/os_types", "ogg/ogg"
when defined(windows):
const vorbdll* = "vorbis.dll"
elif defined(macosx):
const vorbdll* = "vorbis.dylib"
else:
const vorbdll* = "libvorbis.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment