Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from traviscline/master
Browse files Browse the repository at this point in the history
Fix libglut linking on linux
  • Loading branch information
rhencke committed Jul 18, 2012
2 parents 8044f07 + b9e9fd4 commit 582a917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glut.go
Expand Up @@ -12,7 +12,7 @@ import (
)

// #cgo darwin LDFLAGS: -framework GLUT
// #cgo linux LDFLAGS: -lGLUT
// #cgo linux LDFLAGS: -lglut
// #cgo windows LDFLAGS: -lglut32
// #ifdef __APPLE__
// # include <GLUT/glut.h>
Expand Down

0 comments on commit 582a917

Please sign in to comment.