Fix module compilation on linux

Former-commit-id: 205c6578fd50e506ec7d6012e73fea0c14c744d9
This commit is contained in:
Youri Hubaut
2015-09-27 15:37:45 +02:00
parent 504452a60b
commit 752518ef14
3 changed files with 20 additions and 0 deletions

View File

@@ -24,3 +24,8 @@ MODULE.OsLibraries.Windows = {
"opengl32",
"winmm"
}
MODULE.OsLibraries.Posix = {
"GL",
"X11"
}