Changeset 108715 in vbox
- Timestamp:
- Mar 24, 2025 12:06:59 PM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168132
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r108692 r108715 121 121 VBOX_PATH_GSOAP_BIN := $(strip $(VBOX_PATH_GSOAP_BIN)) 122 122 if "$(VBOX_PATH_GSOAP_BIN)" == "" 123 VBOX_PATH_GSOAP_BIN := $(VBOX_PATH_GSOAP)/bin/$(KBUILD_HOST).$(KBUILD_HOST_ARCH) 123 if "$(KBUILD_HOST).$(KBUILD_HOST_ARCH)" == "win.arm64" 124 # Reuse amd64 binaries 125 VBOX_PATH_GSOAP_BIN := $(VBOX_PATH_GSOAP)/bin/win.amd64 126 else 127 VBOX_PATH_GSOAP_BIN := $(VBOX_PATH_GSOAP)/bin/$(KBUILD_HOST).$(KBUILD_HOST_ARCH) 128 endif 124 129 if !exists($(VBOX_PATH_GSOAP_BIN)) 125 130 VBOX_PATH_GSOAP_BIN := $(VBOX_PATH_GSOAP)/bin
Note:
See TracChangeset
for help on using the changeset viewer.