genbindings: remove cflags headers from each file

This commit is contained in:
mappu 2024-09-01 17:16:46 +12:00
parent aa1ece6126
commit 587644bab5
1 changed files with 0 additions and 2 deletions

View File

@ -278,8 +278,6 @@ func emitGo(src *CppParsedHeader, headerName string) (string, error) {
/*
#cgo CFLAGS: -fPIC
#cgo pkg-config: Qt5Widgets
#include "gen_` + headerName + `"
#include <stdlib.h>