diff --git a/make.m b/make.m index f7171a2..c182270 100644 --- a/make.m +++ b/make.m @@ -203,7 +203,7 @@ function make(parallelization, useSharedGmpAndMpfr, genericBuild) if (ispc) && (exist('staticLibraries/windows') == 7) % We just copy the pre-compiled libraries for windows disp('Copying pre-compiled GMP and MPFR libraries from the ''external/staticLibraries/windows'' subfolder.') - copyfile external/staticLibraries/windows/* external/staticLibraries/ + copyfile staticLibraries/windows/* staticLibraries/ else if exist('staticLibraries/lib/libgmp.a') ~= 2 if ispc