Skip to content

Commit

Permalink
Attempt to fix Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed May 1, 2017
1 parent e9210bd commit 44bb173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -382,7 +382,7 @@ if env["prereqs"]:
have_client_prereqs = have_server_prereqs & have_sdl_other() & \
(('TRAVIS' in os.environ and os.environ["TRAVIS_OS_NAME"] == "osx") or (conf.CheckLib("vorbisfile") & \
conf.CheckOgg())) & \
conf.CheckLib("crypto++") & \
conf.CheckLib("cryptopp") & \
conf.CheckPNG() & \
conf.CheckJPG() & \
conf.CheckPango("cairo", require_version = "1.21.3") & \
Expand Down

0 comments on commit 44bb173

Please sign in to comment.