Skip to content

Commit

Permalink
[SIFDecode] Recompile to have a shared library (#9280)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Aug 19, 2024
1 parent 05e7972 commit 11b10c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S/SIFDecode/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script = raw"""
cp ${host_prefix}/bin/ninja /usr/bin/ninja
cd ${WORKSPACE}/srcdir/SIFDecode
meson setup builddir --cross-file=${MESON_TARGET_TOOLCHAIN%.*}_gcc.meson --prefix=$prefix
meson setup builddir --cross-file=${MESON_TARGET_TOOLCHAIN%.*}_gcc.meson --prefix=$prefix -Ddefault_library=shared
meson compile -C builddir
meson install -C builddir
"""
Expand All @@ -29,6 +29,7 @@ platforms = filter(p -> libgfortran_version(p) != v"3", platforms)

# The products that we will ensure are always built
products = [
LibraryProduct("libsifdecode", :libsifdecode),
ExecutableProduct("sifdecoder_standalone", :sifdecoder_standalone),
]

Expand Down

0 comments on commit 11b10c4

Please sign in to comment.