diff options
author | Jack Lloyd <[email protected]> | 2017-09-10 08:06:40 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-10 08:06:40 -0400 |
commit | e6c06631a9e8ecbe00f9f6590c81475d42594b72 (patch) | |
tree | aa83a31500741d75aa76e36a402f925d6ee97fe0 /src/lib | |
parent | 4a8270bb65b9645d61bc3d98febf810509574b84 (diff) | |
parent | 2517304175511517a8675a36917ca80a9a02cd99 (diff) |
Merge GH #1199 Run Windows CI build via Python script
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/utils/http_util/info.txt | 4 | ||||
-rw-r--r-- | src/lib/utils/info.txt | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/utils/http_util/info.txt b/src/lib/utils/http_util/info.txt index 63e569f64..fe9fc3ea7 100644 --- a/src/lib/utils/http_util/info.txt +++ b/src/lib/utils/http_util/info.txt @@ -1,7 +1,3 @@ <defines> HTTP_UTIL -> 20131128 </defines> - -<libs> -windows -> Ws2_32.lib -</libs>
\ No newline at end of file diff --git a/src/lib/utils/info.txt b/src/lib/utils/info.txt index da39201d9..8bbe2925b 100644 --- a/src/lib/utils/info.txt +++ b/src/lib/utils/info.txt @@ -43,4 +43,5 @@ stl_util.h <libs> linux -> rt mingw -> ws2_32 +windows -> ws2_32.lib </libs> |