diff --git a/build.py b/build.py index 65cbd19..977deae 100644 --- a/build.py +++ b/build.py @@ -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))