disambiguate exports (rename 'export.h' to 'glfw-export.h' because now we are beginning to add RGFW as a back-end with its own separate exports)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
mlton -const 'Exn.keepHistory true' -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
|
||||
-export-header ffi/export.h \
|
||||
-export-header ffi/glfw-export.h \
|
||||
shf.mlb \
|
||||
ffi/glad.c \
|
||||
ffi/glfw-export.c \
|
||||
|
||||
Reference in New Issue
Block a user