razterizer / Pilot_Episode

My first terminal based game. It uses libraries Core, Termin8or and 8Beat.
MIT License
3 stars 1 forks source link

Find openal build flags using pkg-config #9

Closed thibautbuchert closed 5 months ago

thibautbuchert commented 5 months ago

Use the environment variable added in https://github.com/razterizer/Core/pull/6 to figure out compiler flags for openal using pkg-config.

I have removed all the additional_flags, hopefully pkg-config will find them even on MacOS.

thibautbuchert commented 5 months ago

@razterizer I am really curious to know whether this will work on MacOS.