We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1bd8b commit 2c53b6cCopy full SHA for 2c53b6c
1 file changed
CMakeLists.txt
@@ -132,7 +132,7 @@ if(USE_DOUBLE)
132
"$ENV{HOME}/Library/csound/${APIVERSION}/plugins64")
133
elseif(LINUX)
134
set(PLUGIN_INSTALL_DIR
135
- "$ENV{HOME}/csound/${APIVERSION}/plugins64")
+ "$ENV{HOME}/.local/lib/csound/${APIVERSION}/plugins64")
136
elseif(WINDOWS)
137
set(PLUGIN_INSTALL_DIR "csound/${APIVERSION}/plugins64")
138
endif()
@@ -143,7 +143,7 @@ else()
143
"$ENV{HOME}/Library/csound/${APIVERSION}/plugins")
144
145
146
- "$ENV{HOME}/csound/${APIVERSION}/plugins")
+ "$ENV{HOME}/.local/lib/csound/${APIVERSION}/plugins")
147
148
set(PLUGIN_INSTALL_DIR "csound/${APIVERSION}/plugins")
149
0 commit comments