diff --git a/pgo/pgo.go b/pgo/pgo.go index ad24011..74fb315 100755 --- a/pgo/pgo.go +++ b/pgo/pgo.go @@ -1,10 +1,10 @@ package pgo /* -#cgo CPPFLAGS: -I physx-c +#cgo CFLAGS: -I physx-c #cgo LDFLAGS: -L ./libs -l physx-c -#include +#include #include //Needed for C.free */ import "C" diff --git a/pgo/wrap.cxx b/pgo/wrap.c similarity index 100% rename from pgo/wrap.cxx rename to pgo/wrap.c