VirtualBox

Changeset 108715 in vbox


Ignore:
Timestamp:
Mar 24, 2025 12:06:59 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168132
Message:

Main/webservice/Makefile.kmk: Temporary fix to get webservices building on win.arm64 hosts again, bugref:10391 [regression from r168108]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r108692 r108715  
    121121VBOX_PATH_GSOAP_BIN    := $(strip $(VBOX_PATH_GSOAP_BIN))
    122122if "$(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
    124129 if !exists($(VBOX_PATH_GSOAP_BIN))
    125130  VBOX_PATH_GSOAP_BIN  := $(VBOX_PATH_GSOAP)/bin
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette