Fossil SCM
Remove superfluous library reference when compiling with MinGW.
Commit
9a091248757ae42b50e3cdb518caab7c49467ccd
Parent
a0061bb2ed9b143…
1 file changed
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -77,11 +77,11 @@ | ||
| 77 | 77 | return [string match *mingw* [get-define host]] |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | if {[is_mingw]} { |
| 81 | 81 | define-append EXTRA_CFLAGS -DBROKEN_MINGW_CMDLINE |
| 82 | - define-append LIBS -lkernel32 -lws2_32 -lmingw32 | |
| 82 | + define-append LIBS -lkernel32 -lws2_32 | |
| 83 | 83 | } else { |
| 84 | 84 | # |
| 85 | 85 | # NOTE: All platforms except MinGW should use the linenoise |
| 86 | 86 | # package. It is currently unsupported on Win32. |
| 87 | 87 | # |
| 88 | 88 |
| --- auto.def | |
| +++ auto.def | |
| @@ -77,11 +77,11 @@ | |
| 77 | return [string match *mingw* [get-define host]] |
| 78 | } |
| 79 | |
| 80 | if {[is_mingw]} { |
| 81 | define-append EXTRA_CFLAGS -DBROKEN_MINGW_CMDLINE |
| 82 | define-append LIBS -lkernel32 -lws2_32 -lmingw32 |
| 83 | } else { |
| 84 | # |
| 85 | # NOTE: All platforms except MinGW should use the linenoise |
| 86 | # package. It is currently unsupported on Win32. |
| 87 | # |
| 88 |
| --- auto.def | |
| +++ auto.def | |
| @@ -77,11 +77,11 @@ | |
| 77 | return [string match *mingw* [get-define host]] |
| 78 | } |
| 79 | |
| 80 | if {[is_mingw]} { |
| 81 | define-append EXTRA_CFLAGS -DBROKEN_MINGW_CMDLINE |
| 82 | define-append LIBS -lkernel32 -lws2_32 |
| 83 | } else { |
| 84 | # |
| 85 | # NOTE: All platforms except MinGW should use the linenoise |
| 86 | # package. It is currently unsupported on Win32. |
| 87 | # |
| 88 |