giawa / opengl4csharp

OpenGL 4 Bindings (partially based on OpenTK) for C#
Other
234 stars 61 forks source link

Update dllConfig to work with linux #30

Closed TheRealNOIG closed 5 years ago

TheRealNOIG commented 5 years ago

Fixed issue with DLL entry for linux. Merge request for changes discuss in issue #29

giawa commented 5 years ago

This pull request is a bit confusing since it not only fixes the issue but also reorders the entries. Do you mind submitting a new pull request or amend this one to simply change "dllmap" to "dllentry", which I believe fixes this issue? Thanks again for addressing this!

TheRealNOIG commented 5 years ago

This pull request is a bit confusing since it not only fixes the issue but also reorders the entries. Do you mind submitting a new pull request or amend this one to simply change "dllmap" to "dllentry", which I believe fixes this issue? Thanks again for addressing this!

Changes have been made.