Skip to content

Commit

Permalink
Improved missing libepoxy error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemagnenat committed Dec 29, 2024
1 parent 49d9977 commit c196fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def configure(env, server_only):
if conf.CheckLib('epoxy') and conf.CheckCXXHeader('epoxy/gl.h'):
gl_libraries.append("epoxy")
else:
print("Could not find libepoxy, or epoxy/gl.h")
print("Could not find libepoxy, or could not find epoxy/gl.h")
has_epoxy = False

if has_gl and has_glut and has_epoxy:
Expand Down

0 comments on commit c196fa5

Please sign in to comment.