sekaiproject / ponscripter-fork

Fork of the Ponscripter visual novel engine to take advantage of SDL2 and improve Steam integration
GNU General Public License v2.0
74 stars 28 forks source link

Fix sdl2 compile on systems with gnu sed #97

Closed TellowKrinkle closed 4 years ago

TellowKrinkle commented 4 years ago

And I thought I unbroke everything... Looks like my use of sed in the SDL build only worked with bsd sed, and my linux and windows builds didn't build internal sdl because the internal sdl doesn't work very well on those systems

This should unbreak the build for anyone who can use the internal sdl2 and also has gnu sed

TellowKrinkle commented 4 years ago

@DanielOaks you there?

DanielOaks commented 4 years ago

Ah, my bad! Thanks for the ping, much appreciated :D

DanielOaks commented 4 years ago

And thanks for the work as well, really appreciate the contributions