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