Skip to content

Commit

Permalink
python/install/include
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jan 8, 2024
1 parent 001194a commit 48631e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ if [[ ! -f "$cpython_bin" ]]; then
--exclude="*.a" \
--exclude="*.lib" \
--exclude="*.pickle" \
--exclude="python/install/include" \
--exclude="tcl*.dll" \
--exclude="lib/tcl*" \
--exclude="tk*.dll" \
Expand Down
1 change: 0 additions & 1 deletion python/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ if [[ ! -f "$cpython_bin" ]]; then
--exclude="*.a" \
--exclude="*.lib" \
--exclude="*.pickle" \
--exclude="python/install/include" \
--exclude="tcl*.dll" \
--exclude="lib/tcl*" \
--exclude="tk*.dll" \
Expand Down
1 change: 0 additions & 1 deletion python/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ if [[ ! -f "$cpython_bin" ]]; then
--exclude="*.a" \
--exclude="*.lib" \
--exclude="*.pickle" \
--exclude="python/install/include" \
--exclude="tcl*.dll" \
--exclude="lib/tcl*" \
--exclude="tk*.dll" \
Expand Down

0 comments on commit 48631e1

Please sign in to comment.