Fix ld warnings on taglib_wrapper.

This commit is contained in:
caiocotts 2023-12-04 14:56:58 -05:00 committed by Deluan Quintão
parent 742fd16a01
commit 2f2fbeb009
1 changed files with 0 additions and 1 deletions

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>