mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-07-31 18:11:19 +08:00
fix
This commit is contained in:
parent
300204151e
commit
83de5b0cbc
6
.bazelrc
6
.bazelrc
@ -2,6 +2,6 @@ build --features=layering_check
|
||||
build --enable_bzlmod
|
||||
|
||||
build --enable_platform_specific_config
|
||||
build:linux --cxxopt=-std=c++17
|
||||
build:macos --cxxopt=-std=c++17
|
||||
build:windows --cxxopt=-std:c++17
|
||||
build:linux --cxxopt=-std=c++20
|
||||
build:macos --cxxopt=-std=c++20
|
||||
build:windows --cxxopt=-std:c++20
|
||||
|
@ -29,7 +29,7 @@ tasks:
|
||||
platform: ${{ win_platform }}
|
||||
bazel: ${{ bazel }}
|
||||
build_flags:
|
||||
- --cxxopt=/std:c++17
|
||||
- --cxxopt=/std:c++20
|
||||
build_targets:
|
||||
- '@ftxui//:dom'
|
||||
- '@ftxui//:component'
|
||||
|
Loading…
Reference in New Issue
Block a user