ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
https://github.com/ko4life-net/ko
MIT License
55 stars 22 forks source link

Fix spdlog compile errors #217

Closed stevewgr closed 6 months ago

stevewgr commented 6 months ago

Description

This PR fixes spdlog build errors and resolves the following issue: https://github.com/ko4life-net/ko/issues/216

Related PR that needs to be merged first and create a new release before merging this one: https://github.com/ko4life-net/ko-vendor/pull/11

I also enforced the config file to use that branch, so that versioning properly works and doesn't break when other repos gets updated.

stevewgr commented 6 months ago

Build passing: https://github.com/ko4life-net/ko/actions/runs/8862455572/job/24335427956

Merging.