diff --git a/vst-scheduler/makefile b/vst-scheduler/makefile index a03b138..0043504 100644 --- a/vst-scheduler/makefile +++ b/vst-scheduler/makefile @@ -18,4 +18,4 @@ ALL: vstschedlib.c -shared -L$(PDDIR)bin -l:pd.dll -o vstschedlib.dll strip vstschedlib.dll cp vstschedlib.dll ../build/pd-scheduler$(arch)/vstschedlib.dll - cp vstschedlib.dll ../build/Release64/.pd/bin/vstschedlib.dll \ No newline at end of file + cp vstschedlib.dll ../build/Release$(arch)/.pd/bin/vstschedlib.dll \ No newline at end of file