mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Build currently fails on Illumos with error `Undefined symbol sendfile`. Fix it by linking `sendfile` explicitly.
This commit is contained in:
parent
8956f5e7fd
commit
0c27e7a43b
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ package taglib
|
|||
|
||||
/*
|
||||
#cgo pkg-config: taglib
|
||||
#cgo LDFLAGS: -lstdc++
|
||||
#cgo !illumos LDFLAGS: -lstdc++
|
||||
#cgo illumos LDFLAGS: -lstdc++ -lsendfile
|
||||
#cgo linux darwin CXXFLAGS: -std=c++11
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue