Skip to content

Commit 8061dab

Browse files
committed
Make Python's runtime library depend on libm
1 parent 328c41c commit 8061dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set_property(TARGET lpython_rtlib PROPERTY INTERFACE_INCLUDE_DIRECTORIES
2323
${LPYTHON_RTLIB_DIR})
2424
set_property(TARGET lpython_rtlib PROPERTY INTERFACE_LINK_LIBRARIES
2525
${LPYTHON_RTLIB_LIBRARY})
26+
target_link_libraries(lpython_rtlib INTERFACE m)
2627

2728
enable_testing()
2829

0 commit comments

Comments
 (0)