Skip to content

Commit

Permalink
disable windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Nov 2, 2024
1 parent 2d8a365 commit 1b0c510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"gfortran",
"libcurl"
],
"build_on": {
"windows": false
},
"debian_packages": [
"gfortran",
"libcurl4-openssl-dev"
]
],
"build_on": {
"windows": false
}
},
"cglm": {
"build_options": [
Expand Down
1 change: 0 additions & 1 deletion subprojects/packagefiles/cfitsio/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ deps = [libm,zlib]
has_fortran = false

if host_machine.system() == 'windows'
error('windows disabled for now')
has_fortran = false
add_project_arguments('-Dcfitsio_EXPORTS', language: 'c')
else
Expand Down

0 comments on commit 1b0c510

Please sign in to comment.