Skip to content

Commit da45cb4

Browse files
committed
Unbreak go example build -- fixes #20
1 parent 68c9c84 commit da45cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/gotest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
package main
1010

1111
/*
12-
#cgo CFLAGS: -I ../c
12+
#cgo CFLAGS: -I ../c -I ..
1313
#cgo LDFLAGS: -L .. -lgraphqlparser
1414
#include "GraphQLAst.h"
1515
#include "GraphQLAstNode.h"

0 commit comments

Comments
 (0)