diff --git a/python/build_gnu.sh b/python/build_gnu.sh index 497c90681..8dfd2595f 100755 --- a/python/build_gnu.sh +++ b/python/build_gnu.sh @@ -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" \ diff --git a/python/build_msvc.sh b/python/build_msvc.sh index a884cecc2..e522b1979 100755 --- a/python/build_msvc.sh +++ b/python/build_msvc.sh @@ -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" \ diff --git a/python/build_musl.sh b/python/build_musl.sh index c5d07e1f8..235215f14 100755 --- a/python/build_musl.sh +++ b/python/build_musl.sh @@ -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" \