VirtualBox

Changeset 93507 in vbox for trunk/src


Ignore:
Timestamp:
Jan 31, 2022 5:54:42 PM (3 years ago)
Author:
vboxsync
Message:

libs/Makefile.kmk: Don't build libssh for unsupported host archs (like x86). Waste of time. bugref:9469

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/Makefile.kmk

    r93356 r93507  
    110110
    111111if defined(VBOX_WITH_LIBSSH) \
    112  && !defined(VBOX_ONLY_DOCS) \
    113  && !defined(VBOX_ONLY_ADDITIONS) \
    114  && !defined(VBOX_ONLY_SDK) \
    115  && !defined(VBOX_ONLY_VALIDATIONKIT) \
    116  && !defined(VBOX_ONLY_EXTPACKS)
     112 && !defined(VBOX_ONLY_BUILD) \
     113 && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != ""
    117114 include $(PATH_SUB_CURRENT)/libssh-0.9.5/Makefile.kmk
    118115endif
Note: See TracChangeset for help on using the changeset viewer.

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