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 70f7efc commit cafe8c9
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 @@ -234,7 +234,7 @@ def include_sha_headers():
'-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']
+ cpp_files + cc_files + ['-lole32']

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

0 comments on commit cafe8c9

Please sign in to comment.