Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PaiHL authored Jun 14, 2024
1 parent b1b7582 commit 9e37ff6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions link_linux_arm64.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//go:build !windows && !darwin
// +build !windows,!darwin

// 11 december 2015

package ui

// #cgo LDFLAGS: ${SRCDIR}/libui_linux_arm64.a -lm -ldl
// #cgo pkg-config: gtk+-3.0
import "C"

0 comments on commit 9e37ff6

Please sign in to comment.