Skip to content

Commit

Permalink
Updated build script for Glfw inclusion in Windows target.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 13, 2024
1 parent cafe8c9 commit 2ef1569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ def include_sha_headers():
'g++', '-static', '-static-libgcc', '-Iinclude',
'-Istd', '-shared', '-o', OUTPUT_LIBRARY + '.dll',
'-L' + os.path.join(TEMP_DIR, 'glfw-3.4', 'lib-mingw-w64')
] + ext_instructions + lib_headers + lib_source_files
+ cpp_files + cc_files + ['-lole32']
] + ext_instructions + lib_headers + lib_source_files + cpp_files + cc_files + ['-lole32']

print("Executing:")
print(' '.join(exe_build_args))
Expand Down

0 comments on commit 2ef1569

Please sign in to comment.