mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
qt/cflags: set minimum C std version for Clang cgo compatibility
This commit is contained in:
parent
ae45c8bbbd
commit
9c673492c8
@ -2,6 +2,7 @@ package qt
|
||||
|
||||
/*
|
||||
#cgo CXXFLAGS: -std=c++11
|
||||
#cgo CFLAGS: -std=gnu11
|
||||
#cgo pkg-config: Qt5Widgets
|
||||
*/
|
||||
import "C"
|
||||
|
Loading…
Reference in New Issue
Block a user