-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various fixes to make lodviewer compile on non-Windows systems.
* Missing include for strstr() * With -Wall -Wextra -Werror, unreferenced function arguments are treated as errors as well, made them unnamed * Fix linking to non-bundled GLFW (the target to link to is glfw in both cases, so just use that) This still fails to link on Linux/macOS due to the GL library not being linked.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters