Fix ld warnings on taglib_wrapper.

This commit is contained in:
caiocotts 2023-12-04 14:56:58 -05:00 committed by Joe Stump
parent 59bdb0e09b
commit 04fdc61998
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -2,7 +2,6 @@ package taglib
/*
#cgo pkg-config: taglib
#cgo !illumos LDFLAGS: -lstdc++
#cgo illumos LDFLAGS: -lstdc++ -lsendfile
#cgo linux darwin CXXFLAGS: -std=c++11
#include <stdio.h>