Skip to content

Commit

Permalink
Fix to enable newer C++ features with old SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinarmtb committed Oct 30, 2024
1 parent 98de4a3 commit 2f571f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/occa-transpiler/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ git config --global --add safe.directory '*'
mkdir build
cd build

export CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"

cmake ${CMAKE_ARGS} \
-DCMAKE_PREFIX_PATH=$PREFIX \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
Expand Down
1 change: 1 addition & 0 deletions recipes/occa-transpiler/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source:

build:
number: 0
skip: true # [win]

requirements:
build:
Expand Down

0 comments on commit 2f571f7

Please sign in to comment.