Skip to content

Commit

Permalink
Improved GLFW for installation and compilation with GLFW in standard …
Browse files Browse the repository at this point in the history
…library.
  • Loading branch information
nthnn committed Dec 13, 2024
1 parent c13c8a8 commit 0a71e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def include_sha_headers():
'-y', 'libglfw3-dev', 'libgl1-mesa-dev'
])

print('Building binaries...')
if PLATFORM == 'Windows':
if ARCH == '64bit':
download_file(get_glfw_file('win64'), 'glfw.zip')
Expand Down

0 comments on commit 0a71e7d

Please sign in to comment.