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 f2b0beb commit f22fc5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,10 @@ def include_sha_headers():
glfwDll
)

lib_source_files += [glfwDll]
lib_source_files += [os.path.join(
TEMP_DIR, 'glfw-3.4',
'lib-mingw-w64', 'libglfw3.a'
)]
lib_build_args = [
'g++', '-static', '-static-libgcc', '-Iinclude',
'-Istd', '-shared', '-o', OUTPUT_LIBRARY + '.dll'
Expand Down

0 comments on commit f22fc5e

Please sign in to comment.