Skip to content

Commit

Permalink
Update c standard library
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoDD committed Mar 28, 2024
1 parent 2412291 commit 0e4f90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MACOSX_SDK_VERSION: # [osx and x86_64]
- "11.0" # [osx and x86_64]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
c_stdlib_version: # [osx and x86_64]
- "11.0" # [osx and x86_64]
lmdb:
- 0.9.22
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ requirements:
build:
- {{ compiler('cxx') }}
- {{ compiler('c') }}
- {{ stdlib("c") }}
- cmake
- make
- python # [build_platform != target_platform]
Expand Down

0 comments on commit 0e4f90d

Please sign in to comment.