autotools-cmake.yml: Add missing full stop
This commit is contained in:
parent
9f742632ba
commit
634cc999e0
2
.github/workflows/autotools-cmake.yml
vendored
2
.github/workflows/autotools-cmake.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
||||
# There is one known difference between Autotools and CMake for MinGW:
|
||||
# Autotools: usr/local/bin/libexpat-<major>.dll
|
||||
# CMake: usr/local/bin/libexpat.dll
|
||||
# We patch the Autotools side in line here to get the differ below to empty
|
||||
# We patch the Autotools side in line here to get the differ below to empty.
|
||||
mv build_autotools/ROOT/usr/local/bin/libexpat{-*,}.dll
|
||||
( cd build_autotools/ROOT/usr/local/lib*/cmake/expat-*/ \
|
||||
&& sed 's,libexpat-[0-9]\+\.dll,libexpat.dll,g' expat-noconfig.cmake > expat-noconfig-patched.cmake \
|
||||
|
Loading…
Reference in New Issue
Block a user