Remove C++11 warning in macOS

This commit is contained in:
Deluan 2021-05-14 16:03:11 -04:00 committed by Joe Stump
parent 26b52a49ee
commit 4dd0ebf571
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -3,7 +3,7 @@ package taglib
/*
#cgo pkg-config: taglib
#cgo LDFLAGS: -lstdc++
#cgo linux CXXFLAGS: -std=c++11
#cgo linux darwin CXXFLAGS: -std=c++11
#include <stdio.h>
#include <stdlib.h>
#include <string.h>