x11: allow apple.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-11 18:26:15 -05:00
commit 2a7cf2de83

View file

@ -1292,7 +1292,11 @@ static int MwLLX11CallInitImpl(void) {
return 1;
}
#ifdef __APPLE__
xsymtbl.lib_xlib = MwDynamicOpen("libX11.dylib");
#else
xsymtbl.lib_xlib = MwDynamicOpen("libX11.so");
#endif
if(!xsymtbl.lib_xlib) {
return 1;
}