mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-04 09:44:40 +00:00
[vendor/x11]: Correct system import for linux
This commit is contained in:
2
vendor/x11/xlib/xlib_procs.odin
vendored
2
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -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