mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
coverage.sh: Fix two comment typos
This commit is contained in:
parent
edf77a025f
commit
6dc3273aa5
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ _copy_to() {
|
|||
|
||||
_copy_missing_mingw_libaries() {
|
||||
# These extra files are copied because
|
||||
# * coverage GCC fflags make them needed
|
||||
# * With WINEDLLPATH Wine look for .dll.so in these folders, not .dll
|
||||
# * coverage GCC flags make them needed
|
||||
# * With WINEDLLPATH Wine looks for .dll.so in these folders, not .dll
|
||||
local target="$1"
|
||||
local mingw_dll_dir="$(dirname "$(ls -1 /usr/lib*/gcc/i686-w64-mingw32/*/libgcc_s_sjlj-1.dll | head -n1)")"
|
||||
for dll in libgcc_s_sjlj-1.dll libstdc++-6.dll; do
|
||||
|
|
Loading…
Add table
Reference in a new issue