Revert "python target modules remove --cross-compile"

This reverts commit f9e11f1f602fcc6e3850bf13ea1ff272c019e740.
This commit is contained in:
Rudi Heitbaum 2023-09-04 09:48:57 +00:00
parent 3484ce7e2b
commit 2661d83e0e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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