mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 09:19:29 +02:00
fix cgo flags.
This commit is contained in:
parent
58b2812eaa
commit
3dce6b1204
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
package xorg
|
||||
|
||||
/*
|
||||
#cgo linux CFLAGS: -I/usr/src -I/usr/local/include/
|
||||
#cgo linux LDFLAGS: /usr/local/lib/libclipboard.a -L/usr/src -L/usr/local/lib -lX11 -lXtst -lXrandr -lxcb
|
||||
#cgo CFLAGS: -I/usr/local/include/
|
||||
#cgo LDFLAGS: /usr/local/lib/libclipboard.a -L/usr/local/lib -lX11 -lXtst -lXrandr -lxcb
|
||||
|
||||
#include "xorg.h"
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue