Fix linking of glutin

This commit is contained in:
Jeremy Soller 2018-12-11 20:03:33 -07:00
parent 30eaa01bea
commit 5ac4665188
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -12,7 +12,7 @@ function recipe_build {
-L "${sysroot}/lib" \
-l OSMesa \
-l glapi \
-l pthread \
-l stdc++
-l stdc++ \
-C link-args="-Wl,--whole-archive -lpthread -Wl,--no-whole-archive"
skip=1
}