mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
cgo: make -I and -L paths absolute
This is very useful for (conditionally) adding extra include paths relative to the package path.
This commit is contained in:
committed by
Ron Evans
parent
9cef23c318
commit
a8da601672
Vendored
+1
@@ -9,6 +9,7 @@ import "unsafe"
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const C.BAR = 3
|
||||
const C.FOO_H = 1
|
||||
|
||||
type C.int16_t = int16
|
||||
type C.int32_t = int32
|
||||
|
||||
Reference in New Issue
Block a user