mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
f41db74dc4
commit
835e538fc0
2
.github/workflows/mikrotik_patch.yml
vendored
2
.github/workflows/mikrotik_patch.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
sudo rm -f Python-3.11.9.tar.xz
|
sudo rm -f Python-3.11.9.tar.xz
|
||||||
sudo mkdir ./python-root/
|
sudo mkdir ./python-root/
|
||||||
cd Python-3.11.9
|
cd Python-3.11.9
|
||||||
/configure --enable-optimizations --prefix=./python-root/ LDFLAGS="-static" CFLAGS="-static" --disable-shared --disable-test-modules --without-static-libpython
|
./configure --enable-optimizations --prefix=./python-root/ LDFLAGS="-static" CFLAGS="-static" --disable-shared --disable-test-modules --without-static-libpython
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
sudo make altinstall
|
sudo make altinstall
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user