yquake2 / ref_vk

Optional Vulkan renderer lib for Yamagi Quake II
Other
47 stars 10 forks source link

Update Makefile to build on Apple Silicon #50

Closed hbokh closed 5 months ago

hbokh commented 5 months ago
0lvin commented 5 months ago

Thank you!

hbokh commented 5 months ago

@0lvin You're welcome, Denis!

Maybe do something the same for yquake2/yquake2remaster ? The make fails on "missing" vulkan/vulkan.h but I couldn't fix it as easy as the previous ones I committed. (It does build the GL3 stuff though.)

0lvin commented 5 months ago

@0lvin You're welcome, Denis!

Maybe do something the same for yquake2/yquake2remaster ? The make fails on "missing" vulkan/vulkan.h but I couldn't fix it as easy as the previous ones I committed. (It does build the GL3 stuff though.)

It will be great, thank you:-) just I think gl4 will be impossible to build under macos, so it should be disabled in such case.

But I have not checked CMakefile in remaster repository, so I afraid it could be broken for sure.