Skip to content

Commit

Permalink
Fix linux versioned shared library name
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Feb 19, 2025
1 parent 3d60f30 commit 0d2f5e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
${{ matrix.util }} mopac-${{ env.MOPAC_VERSION }}-${{ matrix.osname }}.${{ matrix.arc }}
mkdir src/mopactools/lib
cp mopac-${{ env.MOPAC_VERSION }}-${{ matrix.osname }}/${{ matrix.libdir }}/*.${{ matrix.lib }} src/mopactools/lib
cp mopac-${{ env.MOPAC_VERSION }}-${{ matrix.osname }}/${{ matrix.libdir }}/*.${{ matrix.lib }}.* src/mopactools/lib
ls src/mopactools/lib
- name: Build package
Expand Down

0 comments on commit 0d2f5e0

Please sign in to comment.