Skip to content

Commit

Permalink
Remove typo from wimlib-msys2-v1.14.x.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ied206 committed Aug 1, 2023
1 parent 68e5b70 commit 369476a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/windows/wimlib-msys2-v1.14.x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ TARGET_TRIPLE="${ARCH}-w64-mingw32"
WIMLIB_CFLAGS="-Os -static-libgcc -Wno-unused-command-line-argument "
#WIMLIB_LDFLAGS="-lucrt" # Force linking to UCRT, to unify CRT with .NET runtime
#WIMLIB_LD="ld"
WIMLIB_LDFLAGS="-m i386pe"
if [ "${ARCH}" = i686 ]; then
:
elif [ "${ARCH}" = x86_64 ]; then
Expand Down

0 comments on commit 369476a

Please sign in to comment.