Skip to content

Commit

Permalink
Brew linking for glfw, glfw3, and glew.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jan 9, 2025
1 parent a8d2d74 commit afce835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def include_sha_headers():
])
elif PLATFORM == 'Darwin':
subprocess.run(['brew', 'install', 'glfw', 'glfw3', 'glew'])
subprocess.run(['brew', 'link', 'glfw'])
subprocess.run(['brew', 'link', 'glfw', 'glfw3', 'glew'])

print('Building binaries...')
if PLATFORM == 'Windows':
Expand Down

0 comments on commit afce835

Please sign in to comment.