From 18968f159c89b96c7adb09c9bc9271a358cd7f03 Mon Sep 17 00:00:00 2001 From: Tom Holden Date: Mon, 1 Jun 2026 19:13:52 +0200 Subject: [PATCH] Fix relative path in make.m for staticLibraries --- make.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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