xfangfang / borealis

Hardware accelerated, Nintendo Switch inspired UI library for PC, Android, iOS, PSV, PS4 and Nintendo Switch
Apache License 2.0
31 stars 21 forks source link

Fix compile with USE_SYSTEM_GLFW using gcc8 #48

Closed dragonflylee closed 9 months ago

dragonflylee commented 9 months ago
  1. fix ubuntu 18.04 link error of std::filesystem using gcc 8.0 https://stackoverflow.com/questions/53852684/stdfilesystem-link-error-on-ubuntu-18-10
  2. fix ubuntu 18.04 demo link error of pthread when using USE_SYSTEM_GLFW=ON
  3. fix macOS link error when using USE_SYSTEM_GLFW=ON
xfangfang commented 9 months ago

Thanks for the contribution