Skip to content

Commit

Permalink
builder: build mingw dlfcn after cmake
Browse files Browse the repository at this point in the history
dlfcn requires cmake to build.
  • Loading branch information
rkitover committed Nov 16, 2018
1 parent 115fce6 commit 9ebc3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder/mingw.sh
Expand Up @@ -234,7 +234,7 @@ table_line_append DIST_POST_BUILD zlib-target ":; \
"

# mingw -ldl equivalent, needed by some things
table_insert_after DISTS zlib "dlfcn https://github.com/dlfcn-win32/dlfcn-win32/archive/v1.1.2.tar.gz lib/libdl.a"
table_insert_after DISTS cmake "dlfcn https://github.com/dlfcn-win32/dlfcn-win32/archive/v1.1.2.tar.gz lib/libdl.a"

table_line_replace DIST_CONFIGURE_TYPES dlfcn cmake

Expand Down

0 comments on commit 9ebc3fc

Please sign in to comment.