mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix compilation of C++ code on certain linux systems
This commit is contained in:
parent
ab0e091736
commit
80b8b69cee
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ package taglib
|
|||
/*
|
||||
#cgo pkg-config: taglib
|
||||
#cgo LDFLAGS: -lstdc++
|
||||
#cgo linux CXXFLAGS: -std=c++11
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue