mirror of
https://github.com/pantor/inja.git
synced 2026-02-19 09:56:24 +00:00
- You can now update the single include file in a meson build by using the target 'amalg'. - The meson build also now builds the single include test suite. - cmake build updated to use the new script to update the single include.
9 lines
169 B
Bash
Executable File
9 lines
169 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
if [ "${MESON_SOURCE_ROOT}" != "" ]
|
|
then
|
|
cd ${MESON_SOURCE_ROOT}
|
|
fi
|
|
|
|
python3 amalgamate/amalgamate.py -c amalgamate/config.json -s include -v yes
|