Skip to content
Snippets Groups Projects
Commit 3b8f0604 authored by jkito's avatar jkito :skull: Committed by Pea Nut
Browse files

macos: use '-lresolv' when building the Qt gui

this is needed to be passed to be able to build
the GUI since our c-archive libgoshim.a imports
the 'net' package

ref: https://github.com/golang/go/issues/58159
https://tip.golang.org/doc/go1.20#cgo
parent 09416b1d
No related branches found
No related tags found
1 merge request!223qt: pass char * to go functions from cpp helpers
Pipeline #230520 passed
......@@ -31,7 +31,7 @@ ICON = $$VENDOR_PATH/icon.png
macx {
ICON = $$VENDOR_PATH/assets/icon.icns
LIBS += -framework Security -framework CoreFoundation
LIBS += -framework Security -framework CoreFoundation -lresolv
}
win32 {
RC_ICONS = $$VENDOR_PATH/assets/icon.ico
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment