cgo pkg config directives no longer support --static
This commit is contained in:
@@ -4,7 +4,7 @@ package xmlsec
|
|||||||
|
|
||||||
// #cgo linux CFLAGS: -w
|
// #cgo linux CFLAGS: -w
|
||||||
// #cgo darwin CFLAGS: -Wno-invalid-pp-token -Wno-header-guard
|
// #cgo darwin CFLAGS: -Wno-invalid-pp-token -Wno-header-guard
|
||||||
// #cgo pkg-config: --static xmlsec1
|
// #cgo pkg-config: xmlsec1
|
||||||
// #include <xmlsec/xmlsec.h>
|
// #include <xmlsec/xmlsec.h>
|
||||||
// #include <xmlsec/xmltree.h>
|
// #include <xmlsec/xmltree.h>
|
||||||
// #include <xmlsec/xmlenc.h>
|
// #include <xmlsec/xmlenc.h>
|
||||||
@@ -12,7 +12,7 @@ package xmlsec
|
|||||||
// #include <xmlsec/crypto.h>
|
// #include <xmlsec/crypto.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
// #cgo pkg-config: --static libxml-2.0
|
// #cgo pkg-config: libxml-2.0
|
||||||
// #include <libxml/parser.h>
|
// #include <libxml/parser.h>
|
||||||
// #include <libxml/parserInternals.h>
|
// #include <libxml/parserInternals.h>
|
||||||
// #include <libxml/xmlmemory.h>
|
// #include <libxml/xmlmemory.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user