Commit Graph

3 Commits

Author SHA1 Message Date
Agent00Ming 411292daf3
build: Fixup patch script for tarball releases (#10) (#11)
modified:   patches/apply.sh

Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
2024-05-10 21:23:16 +01:00
thejch eee10a3f9c
meson: fix patch script compatibility (#8) 2024-04-21 00:04:47 +01:00
Agent00Ming dcea6ce763
meson: Run patches on setup (#7)
* Add patching script with error checking+reporting
	new file:   patches/apply.sh

* Run patching script with run_command() at setup
and print the output with message() at the end
	modified:   meson.build

* Report on patch application failure and exit script with code 1
	modified:   patches/apply.sh

---------

Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
2024-04-20 03:24:20 +01:00