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