Skip to content

Commit 65e46dc

Browse files
committed
Minor PyPi and Xcode related fixes
1 parent 2a7a29c commit 65e46dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
with:
166166
#name: wheels
167167
path: dist/
168+
merge-multiple: true
168169

169170
- name: Publish wheels to PyPI
170171
uses: pypa/gh-action-pypi-publish@release/v1

cpp/gcc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ else
2626
OSFLAG += -D__MAC__
2727
CC ?= gcc
2828
CXX ?= g++ -stdlib=libc++ -mmacosx-version-min=10.9
29+
export CPLUS_INCLUDE_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1
2930
endif
3031
endif
3132

0 commit comments

Comments
 (0)