Skip to content

Commit

Permalink
Fixes for macOS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Feb 19, 2021
1 parent 90c408a commit 6e97c23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ jobs:
run: |
curl -L -O http://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz
tar xf clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz
PATH=$PWD/clang+llvm-6.0.0-x86_64-apple-darwin/bin:$PATH
export CMAKE_PREFIX_PATH=$PWD/clang+llvm-6.0.0-x86_64-apple-darwin
export INCLUDE_PATH="$(xcrun --sdk macosx --show-sdk-path)/usr/include"
export SDKROOT=`xcrun --show-sdk-path`
export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"
./test.py
env:
TEST_LEGION_CXX: 0
Expand Down

0 comments on commit 6e97c23

Please sign in to comment.