mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2026-03-10 09:37:10 +01:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
f41db74dc4
commit
835e538fc0
1 changed files with 1 additions and 1 deletions
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 mkdir ./python-root/
|
||||
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)
|
||||
sudo make altinstall
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue