- diff --git a/cygwin/Makefile b/cygwin/Makefile
- index de3ad27..72af9bf 100644
- --- a/cygwin/Makefile
- +++ b/cygwin/Makefile
- @@ -14,7 +14,7 @@ PROJECT_BASEDIR_DIR := $(shell dirname $(realpath $(CYGWIN_MAKEFILE_DIR)/))
- DESTDIR:=$(PROJECT_BASEDIR_DIR)/destdir
- VS_BUILD_DIR32:=$(PROJECT_BASEDIR_DIR)/build.vc19/Debug/
- -VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/x64/Debug/
- +VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/ARM64/Debug/
- #VS_BUILD_DIR32:=$(PROJECT_BASEDIR_DIR)/build.vc19/Release/
- #VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/x64/Release/
- diff --git a/cygwin/Makefile.install b/cygwin/Makefile.install
- index e9f68df..60dcb6a 100644
- --- a/cygwin/Makefile.install
- +++ b/cygwin/Makefile.install
- @@ -181,9 +181,9 @@ installdest:
- test -d "$${vsbasepath}" || { printf "vsbasepath not found\n" 1>&2 ; exit 1 ; }; \
- if [[ "$(CYGWIN_BASEPATH)" == *64* ]] ; then \
- cp \
- - "$$(find "$${vsbasepath}/Community" -ipath '*/x64/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
- + "$$(find "$${vsbasepath}/Community" -ipath '*/arm64/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
- $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
- - cp '/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/ucrt/ucrtbased.dll' $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
- + cp '/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/arm64/ucrt/ucrtbased.dll' $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
- else \
- cp \
- "$$(find "$${vsbasepath}/Community" -ipath '*/x86/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
ms-nfs41-client ARM64 test patch
Posted by Anonymous on Sat 6th Sep 2025 14:38
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.