William A. Kennington III | 0a01b2a | 2021-05-13 18:38:57 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | cd "$(dirname "$0")" || exit | ||||
3 | export PATH="$PWD/../subprojects/sdbusplus/tools:$PATH" | ||||
William A. Kennington III | bdbbfb6 | 2021-05-19 14:06:04 -0700 | [diff] [blame] | 4 | exec sdbus++-gen-meson --command meson --directory ../yaml --output . |