Skip to content

Commit

Permalink
Partially back out previous change as it breaks compile on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Nov 22, 2024
1 parent e6e99ed commit c9fe9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ add_executable(lpcnet_demo lpcnet_demo.c)
target_link_libraries(lpcnet_demo opus m)

add_library(rade rade_api.c rade_enc.c rade_dec.c rade_enc_data.c rade_dec_data.c)
target_link_libraries(rade Python3::Python opus)
target_link_libraries(rade Python3::Python)
target_include_directories(rade PRIVATE
"$<TARGET_PROPERTY:Python3::NumPy,INTERFACE_INCLUDE_DIRECTORIES>")
target_compile_definitions(rade PRIVATE -DIS_BUILDING_RADE_API=1)
Expand Down

0 comments on commit c9fe9ed

Please sign in to comment.