2026-01-22 02:00:57 +00:00
|
|
|
#!/bin/sh
|
2026-01-22 21:02:22 +00:00
|
|
|
mlton -const 'Exn.keepHistory true' -link-opt "-lX11 -lXrandr -lGL" \
|
2026-01-22 02:00:57 +00:00
|
|
|
-export-header ffi/export.h \
|
2026-01-22 21:02:22 +00:00
|
|
|
shf-rgfw.mlb \
|
2026-01-22 02:00:57 +00:00
|
|
|
ffi/rgfw-export.c
|