Skip to content

Commit

Permalink
fix msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Nov 1, 2024
1 parent b45481a commit c963acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/packagefiles/cfitsio/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if has_fortran
]
endif

libcfitsio = library(
libcfitsio = shared_library(
'cfitsio',
libcfitsio_SOURCES,
dependencies: lib_deps,
Expand Down

0 comments on commit c963acf

Please sign in to comment.