Created
December 3, 2013 16:45
-
-
Save BitPuffin/7772643 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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