Remove C++11 warning in macOS

This commit is contained in:
Deluan 2021-05-14 16:03:11 -04:00
parent e047008f7d
commit fa0e6dda5b
1 changed files with 1 additions and 1 deletions

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>