Skip to content

Commit 5d98287

Browse files
committed
add osx to build config
also remove unnecessary cxx compiler settings
1 parent 6f7a77f commit 5d98287

2 files changed

Lines changed: 14 additions & 22 deletions

File tree

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
c_compiler: # [linux]
22
- gcc # [linux]
3-
cxx_compiler: # [linux]
4-
- gxx # [linux]
5-
cxx_compiler_version: # [linux]
6-
- '14' # [linux]
73
c_stdlib: # [linux]
84
- sysroot # [linux]
95
c_stdlib_version: # [linux]
106
- '2.28' # [linux]
7+
c_compiler: # [osx]
8+
- clang # [osx]
9+
c_stdlib: # [osx]
10+
- macosx_deployment_target # [osx]
1111
c_stdlib: # [win]
1212
- vs # [win]
13-
cxx_compiler: # [win]
14-
- vs2022 # [win]
1513
c_compiler: # [win]
1614
- vs2022 # [win]
Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
c_compiler: # [linux]
2-
- gcc # [linux]
3-
cxx_compiler: # [linux]
4-
- gxx # [linux]
5-
cxx_compiler_version: # [linux]
6-
- '14' # [linux]
7-
c_stdlib: # [linux]
8-
- sysroot # [linux]
9-
c_stdlib_version: # [linux]
10-
- '2.28' # [linux]
11-
c_stdlib: # [win]
12-
- vs # [win]
13-
cxx_compiler: # [win]
14-
- vs2022 # [win]
15-
c_compiler: # [win]
16-
- vs2022 # [win]
1+
c_compiler: # [linux]
2+
- gcc # [linux]
3+
c_stdlib: # [linux]
4+
- sysroot # [linux]
5+
c_stdlib_version: # [linux]
6+
- '2.28' # [linux]
7+
c_stdlib: # [win]
8+
- vs # [win]
9+
c_compiler: # [win]
10+
- vs2022 # [win]

0 commit comments

Comments
 (0)