Fix compilation of C++ code on certain linux systems
This commit is contained in:
committed by
Deluan Quintão
parent
ab0e091736
commit
80b8b69cee
@@ -3,6 +3,7 @@ package taglib
|
|||||||
/*
|
/*
|
||||||
#cgo pkg-config: taglib
|
#cgo pkg-config: taglib
|
||||||
#cgo LDFLAGS: -lstdc++
|
#cgo LDFLAGS: -lstdc++
|
||||||
|
#cgo linux CXXFLAGS: -std=c++11
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user