Skip to content

Commit

Permalink
test ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed May 1, 2024
1 parent 6a36261 commit 2732565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
echo "xcrun --show-sdk-path: $(xcrun --show-sdk-path)"
echo "xcode-select -p: $(xcode-select -p)"
export SDKROOT=$(xcrun --show-sdk-path)
echo "SDKROOT: $SDKROOT"
- name: system info
shell: /bin/bash {0}
run: |
Expand Down
3 changes: 2 additions & 1 deletion configuration/scripts/machines/Macros.conda_macos
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ SDKPATH = $(shell xcrun --show-sdk-path)
ifeq ($(strip $(SDKPATH)),)
CFLAGS_HOST :=
else
CFLAGS_HOST = -isysroot $(SDKPATH)
CFLAGS_HOST := -isysroot $(SDKPATH)
CFLAGS += -isysroot $(SDKPATH)
LD += -L$(SDKPATH)/usr/lib
endif

Expand Down

0 comments on commit 2732565

Please sign in to comment.