Fix ld warnings on taglib_wrapper.
This commit is contained in:
parent
742fd16a01
commit
2f2fbeb009
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ package taglib
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo pkg-config: taglib
|
#cgo pkg-config: taglib
|
||||||
#cgo !illumos LDFLAGS: -lstdc++
|
|
||||||
#cgo illumos LDFLAGS: -lstdc++ -lsendfile
|
#cgo illumos LDFLAGS: -lstdc++ -lsendfile
|
||||||
#cgo linux darwin CXXFLAGS: -std=c++11
|
#cgo linux darwin CXXFLAGS: -std=c++11
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue