aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/java.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2023-03-25 22:53:59 +0000
committerDylan Baker <dylan@pnwbakers.com>2025-07-18 10:42:18 -0700
commit1c18bcef1f17554e792d2e53ec556f0ec149b5b3 (patch)
tree0d61b71a5213a5105e492060ca31c66529a361bb /mesonbuild/compilers/java.py
parentd7261815f193a46074217af7c89bf276e965030e (diff)
downloadmeson-1c18bcef1f17554e792d2e53ec556f0ec149b5b3.zip
meson-1c18bcef1f17554e792d2e53ec556f0ec149b5b3.tar.gz
meson-1c18bcef1f17554e792d2e53ec556f0ec149b5b3.tar.bz2
Fix use of a .pxi Cython include file as source from `configure_file`
Without adding .pxi` as a known header suffix, the added test will fail with: ``` No specified compiler can handle file stuff.pxi ``` Technically only .pxd are header files, and .pxi are "include files" which are literally included in .pyx files. Adding them as headers seems to be fine though, since they're kinda similar and the point is to avoid treating them as source files.
Diffstat (limited to 'mesonbuild/compilers/java.py')
0 files changed, 0 insertions, 0 deletions