Skip to content

Commit

Permalink
shared library mode requires rpath support in meson
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 26, 2024
1 parent ba01f78 commit c79bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Install magickwand.js from ${{ inputs.package }}
run: |
npm install --verbose --foreground-scripts \
${{ inputs.package }} --build-from-source --enable-shared \
${{ inputs.package }} --build-from-source --disable-shared \
--disable-fonts --enable-jpeg --enable-png --disable-tiff \
--disable-webp --disable-jpeg2000 --disable-raw --disable-openmedia \
--disable-brotli --disable-h265 --disable-exr --disable-fftw --disable-heif \
Expand Down

0 comments on commit c79bbe8

Please sign in to comment.