From bc1e0eb51c9e9eb69609755080d38fc08555262a Mon Sep 17 00:00:00 2001 From: Casper Date: Fri, 7 May 2021 11:22:28 +0200 Subject: [PATCH] Fixed python version to 3.8 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bae4aa7..ee6f910 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,6 +93,7 @@ else() set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -std=c11 \ -Werror=incompatible-pointer-types") include_directories(/usr/local/include/rtaudio) + include_directories(/usr/include/rtaudio) link_directories(/usr/local/lib) # This should become optional later on, and be added to the windows list as