You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from src/hzpch.h:3:
src/Hazel/Core/PlatformDetection.h:36:3: error: #error "Linux is not supported!"
#error "Linux is not supported!"
I didn't get any error like this while running premake project build but initially i was getting that error which i mentioned above. After fixing that i tried to build the sandbox app executable but while using make to build the executable i got few other errors and these are due to the fact that linux is not supportable.
OS: Manjaro Linux x86_64
Kernel: 5.4.118-1-MANJARO
Error
Error: cannot open OpenGL-Core/vendor/GLFW: No such file or directory
Fix
replace
GLFW
toglfw
in root levelpremake5.lua
The text was updated successfully, but these errors were encountered: