Removed -fconstant-cfstrings CGO build flag

This commit is contained in:
Cristian Maglie
2018-08-19 18:09:25 +02:00
parent 3ee4586c58
commit 3c7a545ca2

View File

@@ -8,7 +8,7 @@
package enumerator // import "go.bug.st/serial.v1/enumerator"
// #cgo LDFLAGS: -framework CoreFoundation -framework IOKit -fconstant-cfstrings
// #cgo LDFLAGS: -framework CoreFoundation -framework IOKit
// #include <IOKit/IOKitLib.h>
// #include <CoreFoundation/CoreFoundation.h>
// #include <stdlib.h>