Skip to content

Commit

Permalink
sagemathgh-38866: Fix build of coxeter3 extension with meson
Browse files Browse the repository at this point in the history
    
Add missing include dir
    
URL: sagemath#38866
Reported by: Antonio Rojas
Reviewer(s): Tobias Diez
  • Loading branch information
Release Manager committed Nov 2, 2024
2 parents b08503c + f32a751 commit cfe8b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/coxeter3/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ foreach name, pyx : extension_data_cpp
subdir: 'sage/libs/coxeter3',
install: true,
override_options: ['cython_language=cpp'],
include_directories: [],
include_directories: [inc_cpython],
dependencies: [py_dep, cysignals, coxeter3],
)
endforeach

0 comments on commit cfe8b08

Please sign in to comment.