mccoyst / min-game

Automatically exported from code.google.com/p/min-game
MIT License
2 stars 1 forks source link

Use pkg-config for SDL flags #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
According to the cgo docs, you can use #cgo pkg-config: blah to get the 
pkg-config flags for things like SDL.  We should do this instead of hard-coding 
the flags that work on our respective systems.

Original issue reported on code.google.com by burns.ethan@gmail.com on 28 Feb 2013 at 1:55

GoogleCodeExporter commented 9 years ago

Original comment by Mcco...@gmail.com on 28 Feb 2013 at 2:10