lispgames / cl-sdl2-mixer

Bindings for SDL2_mixer
MIT License
12 stars 11 forks source link

The examples system is missing cl-opengl dependency #11

Closed atgreen closed 2 months ago

atgreen commented 1 year ago

The ocicl build system fails to build the example system because it uses cl-opengl, but doesn't include that as a dependency

fitzsim commented 2 months ago

I just pushed a patch that should resolve this.

atgreen commented 2 months ago

Thanks. I can confirm the fix. The ocicl build system picked this up and published a new version.