fccm / OCamlSDL2

OCaml interface to SDL 2.0 (for Linux, Windows, MacOS, and ChromeBook)
Other
51 stars 10 forks source link

Fix build issues #25

Closed csoren closed 2 years ago

csoren commented 2 years ago

The current code may trigger warnings due to naming conflicts with API's introduced in OCaml 4.12.0. In case of 4.12.0 or better, it will use those API's instead.

The PR also adds sdlba.mli to the list of files to remove in the "clean" make target.