mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
7 lines
79 B
Go
7 lines
79 B
Go
// +build android
|
|
|
|
package main
|
|
|
|
// #cgo LDFLAGS: -static-libstdc++
|
|
import "C"
|