We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8278ad1 commit db1b8c7Copy full SHA for db1b8c7
tools/link.py
@@ -2795,7 +2795,7 @@ def process_libraries(options, flags):
2795
continue
2796
2797
static_lib = f'lib{lib}.a'
2798
- if not settings.RELOCATABLE and not find_library(static_lib, state.lib_dirs):
+ if not settings.RELOCATABLE and not find_library(static_lib, options.lib_dirs):
2799
# Normally we can rely on the native linker to expand `-l` args.
2800
# However, emscripten also supports `.so` files that are actually just
2801
# regular object file. This means we need to support `.so` files even
0 commit comments