diff options
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,3 +40,5 @@ install: build oh-strip -k oh-installfiles oh-shlibdeps + @# Work around bug in oh-shlibdeps: + set -e; for f in *.substvars; do printf '\n' >>"$${f}"; done |