Skip to content

Commit

Permalink
Adjusted build Python script for the build execution for standard lib…
Browse files Browse the repository at this point in the history
…rary.
  • Loading branch information
nthnn committed Oct 19, 2024
1 parent 5ccc4ee commit 77684ed
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 @@ -111,7 +111,7 @@

lib_build_args = [
COMPILER, '-Iinclude',
'-shared', '-o',
'-Ilib', '-shared', '-o',
lib_bin,
rt_bin
]
Expand Down

0 comments on commit 77684ed

Please sign in to comment.