Files
sml-projects/build-unix-debug.sh
2026-01-23 09:47:27 +00:00

8 lines
225 B
Bash
Executable File

#!/bin/sh
mlton -const 'Exn.keepHistory true' -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
-export-header ffi/export.h \
shf.mlb \
ffi/glad.c \
ffi/glfw-export.c \
ffi/glfw-input.c