Files
sml-projects/shf/build-unix-glfw.sh

8 lines
211 B
Bash
Raw Normal View History

2024-09-30 13:43:43 +01:00
#!/bin/sh
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
-export-header ffi/mlton-glfw-export.h \
shf-glfw.mlb \
2024-09-30 13:43:43 +01:00
ffi/glad.c \
ffi/glfw-export.c \
ffi/glfw-input.c