mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
python target modules remove --cross-compile
This commit is contained in:
@@ -18,7 +18,7 @@ pre_make_target() {
|
||||
}
|
||||
|
||||
make_target() {
|
||||
python3 setup.py build --cross-compile
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
||||
@@ -20,7 +20,7 @@ pre_configure_target() {
|
||||
}
|
||||
|
||||
make_target() {
|
||||
python3 setup.py build --cross-compile
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
||||
@@ -17,7 +17,7 @@ pre_make_target() {
|
||||
}
|
||||
|
||||
make_target() {
|
||||
python3 setup.py build --cross-compile
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
||||
Reference in New Issue
Block a user