Fossil SCM

Remove superfluous library reference when compiling with MinGW.

mistachkin 2016-01-19 18:59 trunk
Commit 9a091248757ae42b50e3cdb518caab7c49467ccd
1 file changed +1 -1
+1 -1
--- auto.def
+++ auto.def
@@ -77,11 +77,11 @@
7777
return [string match *mingw* [get-define host]]
7878
}
7979
8080
if {[is_mingw]} {
8181
define-append EXTRA_CFLAGS -DBROKEN_MINGW_CMDLINE
82
- define-append LIBS -lkernel32 -lws2_32 -lmingw32
82
+ define-append LIBS -lkernel32 -lws2_32
8383
} else {
8484
#
8585
# NOTE: All platforms except MinGW should use the linenoise
8686
# package. It is currently unsupported on Win32.
8787
#
8888
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button