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 7b30b10 commit c7b0785
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 @@ -49,7 +49,7 @@
PLATFORM = platform.system()
ARCH = platform.architecture()[0]
OUTPUT_EXECUTABLE = os.path.join(OUT_DIR, 'bin', 'n8')
OUTPUT_LIBRARY = os.path.join(OUT_DIR, 'bin', 'n8-std')
OUTPUT_LIBRARY = os.path.join(OUT_DIR, 'modules', '[email protected]', 'lib')

cpp_files = []
cc_files = []
Expand Down

0 comments on commit c7b0785

Please sign in to comment.