python target modules remove --cross-compile

This commit is contained in:
Rudi Heitbaum 2023-07-29 20:57:31 +00:00
parent 4b135d8d83
commit f9e11f1f60
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ pre_make_target() {
} }
make_target() { make_target() {
python3 setup.py build --cross-compile python3 setup.py build
} }
makeinstall_target() { makeinstall_target() {

View File

@ -20,7 +20,7 @@ pre_configure_target() {
} }
make_target() { make_target() {
python3 setup.py build --cross-compile python3 setup.py build
} }
makeinstall_target() { makeinstall_target() {

View File

@ -17,7 +17,7 @@ pre_make_target() {
} }
make_target() { make_target() {
python3 setup.py build --cross-compile python3 setup.py build
} }
makeinstall_target() { makeinstall_target() {