mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
[vendor/x11]: Correct system import for linux
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
//+build linux, openbsd, freebsd
|
||||
package xlib
|
||||
|
||||
foreign import xlib "system:x11"
|
||||
foreign import xlib "system:X11"
|
||||
foreign xlib {
|
||||
@(link_name="_Xdebug") _Xdebug: i32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user