It now survives ./config.status --recheck as well. https://github.com/harfbuzz/harfbuzz/issues/1728pull/1731/head
parent
c41ed54b16
commit
f3b132187f
3 changed files with 20 additions and 21 deletions
@ -1,2 +1,2 @@ |
||||
#!/bin/sh |
||||
exec "`dirname "$0"`/mingw-configure.sh" i686 "$@" |
||||
exec "$(dirname "$0")"/mingw-configure.sh i686 "$@" |
||||
|
@ -1,2 +1,2 @@ |
||||
#!/bin/sh |
||||
exec "`dirname "$0"`/mingw-configure.sh" x86_64 "$@" |
||||
exec "$(dirname "$0")"/mingw-configure.sh x86_64 "$@" |
||||
|
Loading…
Reference in new issue