Skip to content

Commit

Permalink
mac scons expect boost 1.85
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed May 29, 2024
1 parent a6a6657 commit 7a7ef46
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 @@ -211,7 +211,7 @@ if platform == 'darwin':

# pretty sketchy, but should point to your boost install
if subprocess.call(['which', '-s', 'brew']) == 0: # HomeBrew
brew_boost_version = '1.58.0'
brew_boost_version = '1.85.0'
env.Append(
LIBPATH=['/usr/local/Cellar/boost/'+brew_boost_version+'/lib'],
CPPPATH=['/usr/local/Cellar/boost/'+brew_boost_version+'/include'])
Expand Down

0 comments on commit 7a7ef46

Please sign in to comment.