VirtualBox

Changeset 93236 in vbox


Ignore:
Timestamp:
Jan 14, 2022 3:47:02 PM (3 years ago)
Author:
vboxsync
Message:

CloudNet: ​bugref:9469 Fix VBOX_WITH_CLOUD_NET handling in Windows builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r93197 r93236  
    46574657
    46584658# Older versions of GCC cannot compile libssh
    4659 ifneq ($(VBOX_GCC_VERSION_CC),)
    4660  if $(VBOX_GCC_VERSION_CC) < 50000
    4661    # Build libssh with newer GCC only
    4662    VBOX_WITH_LIBSSH =
    4663    VBOX_WITH_CLOUD_NET =
     4659ifneq ($(KBUILD_TARGET),win)
     4660 ifneq ($(VBOX_GCC_VERSION_CC),)
     4661  if $(VBOX_GCC_VERSION_CC) < 50000
     4662    # Build libssh with newer GCC only
     4663    VBOX_WITH_LIBSSH =
     4664    VBOX_WITH_CLOUD_NET =
     4665  endif
    46644666 endif
    46654667endif
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