Skip to content

Commit ca82dcb

Browse files
committed
Update link to austin library
1 parent 97bd025 commit ca82dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ target_link_libraries(dd_profiling-embedded PUBLIC dl pthread rt)
268268
# add libaustin
269269
add_library(austin SHARED IMPORTED)
270270
set_target_properties(austin PROPERTIES
271-
IMPORTED_LOCATION "${CMAKE_SOURCE_DIR}/lib/libaustin.so"
271+
IMPORTED_LOCATION "/austin/src/libaustin.a"
272272
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/include/libaustin"
273273
)
274274

0 commit comments

Comments
 (0)