We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad2577 commit bdff2d9Copy full SHA for bdff2d9
CMakeLists.txt
@@ -134,7 +134,7 @@ if(USE_DOUBLE)
134
set(PLUGIN_INSTALL_DIR
135
"$ENV{HOME}/.local/lib/csound/${APIVERSION}/plugins64")
136
elseif(WINDOWS)
137
- set(PLUGIN_INSTALL_DIR "csound/${APIVERSION}/plugins64")
+ set(PLUGIN_INSTALL_DIR "${env.LOCALAPPDATA}/csound/${APIVERSION}/plugins64")
138
endif()
139
else()
140
message(STATUS "Building with 32-bit floats")
@@ -145,7 +145,7 @@ else()
145
146
"$ENV{HOME}/.local/lib/csound/${APIVERSION}/plugins")
147
148
- set(PLUGIN_INSTALL_DIR "csound/${APIVERSION}/plugins")
+ set(PLUGIN_INSTALL_DIR "${env.LOCALAPPDATA}/csound/${APIVERSION}/plugins")
149
150
151
0 commit comments