We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbc0f8 commit f41ad6fCopy full SHA for f41ad6f
.github/workflows/windows-x64.yml
@@ -37,7 +37,7 @@ jobs:
37
export PKG_CONFIG_PATH_x86_64_w64_mingw32_static=/usr/mxe-x86-64-w64-mingw32.static/lib/pkgconfig &&
38
export PATH=/usr/lib/mxe/usr/bin:$PATH &&
39
git clone https://github.com/udif/stlsplit &&
40
- cd stlsplit && git checkout pr_autoconf &&
+ cd stlsplit && git checkout pr_staticlib &&
41
premake4 gmake config=release64 &&
42
export CXX=/usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-g++ &&
43
make -f static-lib.make INCLUDES="-I/usr/mxe-x86-64-w64-mingw32.static/include $(x86_64-w64-mingw32.static-pkg-config libadmesh --cflags)" LIBS="$(x86_64-w64-mingw32.static-pkg-config libadmesh --libs) -ladmesh" &&
0 commit comments