1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-22 13:20:22 +00:00

bindings: compile with -fPIC to help on Debian

This commit is contained in:
mappu 2024-08-06 10:23:23 +12:00
parent ecdab8cce6
commit 986b87c3a4

@ -2,6 +2,7 @@ package main
/* /*
#cgo CFLAGS: -fPIC
#cgo pkg-config: Qt5Widgets #cgo pkg-config: Qt5Widgets
#include "binding.h" #include "binding.h"