Closed
Description
Given a cgo directive like the following
//#cgo CFLAGS: -I${SRCDIR}/../../include
I get the following error
malformed #cgo argument: -IC:/Users/Joe Sylve/go/src/go4n6/disk/vmdk/../../include
Neither of the following seem to make much of a difference
//#cgo CFLAGS: -I"${SRCDIR}/../../include"
//#cgo CFLAGS: -I\"${SRCDIR}/../../include\"
Tested on go1.5beta2 on both 32 and 64 bit Windows.