mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-29 07:00:21 +00:00
11 lines
485 B
Diff
11 lines
485 B
Diff
--- a/resvg.go
|
|
+++ b/resvg.go
|
|
@@ -10,6 +10,7 @@
|
|
#cgo linux,amd64 LDFLAGS: -L${SRCDIR}/libresvg/linux_amd64 -lresvg -lm
|
|
#cgo linux,arm64 LDFLAGS: -L${SRCDIR}/libresvg/linux_arm64 -lresvg -lm
|
|
#cgo linux,arm LDFLAGS: -L${SRCDIR}/libresvg/linux_arm -lresvg -lm
|
|
+#cgo linux,386 LDFLAGS: -L${SRCDIR}/libresvg/linux_386 -lresvg -lm
|
|
#cgo windows,amd64 LDFLAGS: -L${SRCDIR}/libresvg/windows_amd64 -lresvg -lm -lkernel32 -ladvapi32 -lbcrypt -lntdll -luserenv -lws2_32
|
|
|
|
#include <stdlib.h>
|