builder: build mingw dlfcn after cmake
dlfcn requires cmake to build.
This commit is contained in:
parent
115fce6958
commit
9ebc3fc28c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue