File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ //go:build !ios
2
+
1
3
package systray
2
4
3
5
/*
Original file line number Diff line number Diff line change
1
+ // go:build !ios
2
+
1
3
#import < Cocoa/Cocoa.h>
2
4
#include " systray.h"
3
5
Original file line number Diff line number Diff line change 1
- //go:build linux || freebsd || openbsd || netbsd
1
+ //go:build ( linux || freebsd || openbsd || netbsd) && !android
2
2
3
3
package systray
4
4
Original file line number Diff line number Diff line change 1
- //go:build linux || freebsd || openbsd || netbsd
1
+ //go:build ( linux || freebsd || openbsd || netbsd) && !android
2
2
3
3
//Note that you need to have github.com/knightpp/dbus-codegen-go installed from "custom" branch
4
4
//go:generate dbus-codegen-go -prefix org.kde -package notifier -output internal/generated/notifier/status_notifier_item.go internal/StatusNotifierItem.xml
You can’t perform that action at this time.
0 commit comments