Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit f4553f1

Browse files
gshimanskyienkovich
authored andcommitted
Added missing libraries to linking
Signed-off-by: Gregory Shimansky <[email protected]>
1 parent 7731335 commit f4553f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ execute = Extension(
9898
include_dirs=gen_include_dirs(),
9999
library_dirs=gen_lib_dirs(),
100100
runtime_library_dirs=gen_rt_libs(),
101-
libraries=[*(pa.get_libraries()), "QueryEngine"],
101+
libraries=[*(pa.get_libraries()), "QueryEngine", "ResultSet", "ResultSetRegistry"],
102102
extra_compile_args=gen_compile_flags(),
103103
)
104104

0 commit comments

Comments
 (0)