tomm / fab-agon-emulator

Agon Light, Agon Light 2, Agon Console8 Emulator for Linux, Windows, any system with libSDL
GNU General Public License v3.0
82 stars 19 forks source link

Fix a build error on Windows #24

Closed eztrophy closed 10 months ago

eztrophy commented 10 months ago

The recent introduction of system-deps broke the build on Windows, apparently because system-deps uses pkg-config internally, and Windows does not have it. The quick and dirty fix is make system-deps to not run on Windows targets (Linux and MacOS supposedly have pkg-config).

Also bumped to a newer version of system-deps.