Skip to content

Commit

Permalink
description correction
Browse files Browse the repository at this point in the history
  • Loading branch information
vbsw committed Aug 27, 2017
1 parent cd1a41e commit 24883f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ Then open the file github.com/vbsw/glut/glut.go and change the first line from

to

// #cgo LDFLAGS: -IC:/Users/Alice/Downloads/freeglut/include -LC:/Users/Alice/Downloads/freeglut/bin/x64 -l:freeglut.dll
// #cgo CFLAGS: -IC:/Users/Alice/Downloads/freeglut/include
// #cgo LDFLAGS: -LC:/Users/Alice/Downloads/freeglut/bin/x64 -l:freeglut.dll
// #include <stdlib.h>
// #include <GL/glut.h>
// #include "gofunctions.h"
Expand Down

0 comments on commit 24883f5

Please sign in to comment.