Differences From Artifact [444e8d3bcc]:
- File meson.build — part of check-in [7c5c1c07e2] at 2024-08-07 20:34:54 on branch trunk — Set b_asneeded=false to make ObjFWTLS work (user: js, size: 650) [annotate] [blame] [check-ins using]
To Artifact [5214b84937]:
- File meson.build — part of check-in [3f21e45c11] at 2024-08-17 00:34:03 on branch trunk — Include includedir in .oc file (user: js, size: 717) [annotate] [blame] [check-ins using]
︙ | |||
18 19 20 21 22 23 24 25 26 27 28 | 18 19 20 21 22 23 24 25 26 27 28 29 | + | [objfwconfig, '--packages-dir'], check: true).stdout().strip() configure_file( input: 'ObjMatrix.oc.in', output: 'ObjMatrix.oc', configuration: { 'includedir': get_option('prefix') / get_option('includedir'), 'libdir': get_option('prefix') / get_option('libdir'), }, install: true, install_dir: packages_dir) |