This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ad89cf  Correct copy/paste bug
1ad89cf is described below

commit 1ad89cf61ebd641868c9d8f4c5e31ba05c6a8394
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 19 16:46:26 2026 +0100

    Correct copy/paste bug
---
 src/native/windows/apps/prunsrv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/windows/apps/prunsrv/Makefile 
b/src/native/windows/apps/prunsrv/Makefile
index 9fc246c..ffdb4ed 100644
--- a/src/native/windows/apps/prunsrv/Makefile
+++ b/src/native/windows/apps/prunsrv/Makefile
@@ -53,7 +53,7 @@ BUILDLOC = $(PREFIX)
 !IF "$(CPU)" == "X64"
 BUILDLOC = $(PREFIX)\amd64
 !ELSEIF "$(CPU)" == "ARM64"
-PREFIX = $(PREFIX)\arm64
+BUILDLOC = $(PREFIX)\arm64
 !ENDIF
 BUILDPDB = $(WORKDIR)\$(PROJECT).pdb
 BUILDRES = $(WORKDIR)\$(PROJECT).res

Reply via email to