jhe2 / gmu

The Gmu Music Player
GNU General Public License v2.0
24 stars 16 forks source link

configure: call $SYSROOT for default sdl-config #18

Closed Apaczer closed 2 months ago

Apaczer commented 6 months ago

use available sysroot path variable to exec sdl-config, otherwise you can end-up with improper flags while cross-compiling on system with native SDL package.

jhe2 commented 2 months ago

Merged!

Apaczer commented 2 months ago

👌