VirtualBox

Changeset 106492 in vbox for trunk


Ignore:
Timestamp:
Oct 19, 2024 2:59:45 AM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165324
Message:

/Config.kmk: VBOX_VCC_std must list the -std option last or Runtime/Makefile.kmk won't do the right thing. jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r106490 r106492  
    37093709ifndef VBOX_VCC_std
    37103710 if $(VBOX_VCC_TOOL_STEM) >= VCC141 # since 2017 15.3
    3711   VBOX_VCC_std := -std:c++17 -Zc:__cplusplus
     3711  VBOX_VCC_std := -Zc:__cplusplus -std:c++17
    37123712 endif
    37133713endif
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