Changeset 101467 in vbox for trunk/src/libs
- Timestamp:
- Oct 17, 2023 10:07:17 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/dxvk-native-1.9.2a/Makefile.kmk
r98441 r101467 83 83 DXVK_WSI_HEADLESS 84 84 VBox-DxVkNativeUtil_CXXFLAGS.linux += \ 85 -std=c++17 85 -std=c++17 -Wno-deprecated-declarations # The latter is for std::iterator in util_bit.h. 86 86 VBox-DxVkNativeUtil_CXXFLAGS.darwin += \ 87 87 -std=c++17 … … 168 168 DXVK_WSI_HEADLESS 169 169 VBox-DxVkNativeDxVk_CXXFLAGS.linux += \ 170 -std=c++17 170 -std=c++17 -Wno-deprecated-declarations # The latter is for std::iterator in util_bit.h. 171 171 VBox-DxVkNativeDxVk_CXXFLAGS.darwin += \ 172 172 -std=c++17 … … 294 294 DXVK_WSI_HEADLESS 295 295 VBox-DxVkNativeD3D11_CXXFLAGS.linux += \ 296 -std=c++17 296 -std=c++17 -Wno-deprecated-declarations # The latter is for std::iterator in util_bit.h. 297 297 VBox-DxVkNativeD3D11_CXXFLAGS.darwin += \ 298 298 -std=c++17
Note:
See TracChangeset
for help on using the changeset viewer.