Skip to content
Snippets Groups Projects
Commit e79d8798 authored by Johannes Eder's avatar Johannes Eder
Browse files

fixed native code loading or windows

parent 4afc2683
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,6 @@ Bundle-ClassPath: lib/lwjgl.jar,
Bundle-NativeCode: lib/x64/liblwjgl.so ; lib/x64/libjemalloc.so ; osname = linux ; processor = x86_64,
lib/x32/liblwjgl32.so ; lib/x32/libjemalloc32.so ; osname = linux ; processor = x86,
lib/x64/liblwjgl.dylib ; lib/x64/libjemalloc.dylib ; osname = macosx ; processor = x86_64,
lib/x64/lwjgl.dll ; lib/x64/jemalloc.dll ; osname = win32 ; processor = x86_64 ; osname = Windows 8 ; osname = Windows8 ; osname = Win8 ; osname = Windows 8.1 ; osname = Windows8.1 ; osname = Win8.1 ; ; processor = x86_64,
lib/x64/lwjgl.dll ; lib/x64/jemalloc.dll ; osname = win32 ; osname = "Windows 10"; processor = x86_64 ; osname = "Windows 7" ; osname = "Windows 8" ; osname = Windows8 ; osname = Win8 ; osname = "Windows 8.1" ; osname = Windows8.1 ; osname = Win8.1 ; ; processor = x86_64,
lib/x32/lwjgl32.dll ; lib/x32/jemalloc32.dll ; osname = win32 ; processor = x86
Eclipse-BundleShape: dir
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment