Skip to content

Commit

Permalink
try one more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Nov 2, 2024
1 parent ba3b0f7 commit 2429f19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions subprojects/packagefiles/cfitsio/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,9 @@ libcfitsio = library(
'cfitsio',
libcfitsio_SOURCES,
dependencies: deps,
# version: meson.project_version(),
# soversion: SOVERSION,
version: meson.project_version(),
soversion: SOVERSION,
c_args: '-Dcfitsio_EXPORTS',
install: true,
)
message('libcfitsio: '+libcfitsio.name()+' '+libcfitsio.full_path())
Expand Down

0 comments on commit 2429f19

Please sign in to comment.