Skip to content

Commit

Permalink
AppImage: make libaio static
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMagon committed Jun 18, 2023
1 parent 6784f8f commit c8d9e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
sed -i "s|XAUTHORITY kdiskmark|XAUTHORITY ./$APPIMAGE_NAME|g" ../src/mainwindow.cpp
make DESTDIR=appdir -j$(nproc) install
cd ../3rd-party/fio-fio-${{ matrix.bundled-fio }}
./configure --disable-native
./configure --disable-native --build-static
make DESTDIR="$(pwd)/../../build/appdir" prefix=/usr install
cd ../../build
cp -a /usr/share/icons/breeze appdir/usr/share/icons/
Expand Down

0 comments on commit c8d9e4c

Please # to comment.