From fe42881afe0d8667f4951510fef26a4d0179b53b Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Thu, 27 Jul 2017 14:48:46 -0700 Subject: Try to build static executable and disable NLS --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b509a2b..d903d78 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ build_script: - set MSYSTEM=MINGW64 - bash -lc "pwd" - bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./bootstrap" -- bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./configure --disable-drm --disable-randr --disable-vidmode --enable-wingdi --disable-geoclue --disable-gui --disable-ubuntu --host=x86_64-w64-mingw32" +- bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./configure --enable-static --disable-shared --disable-drm --disable-randr --disable-vidmode --enable-wingdi --disable-quartz --disable-geoclue --disable-geoclue2 --disable-corelocation --disable-gui --disable-ubuntu --disable-nls --host=x86_64-w64-mingw32" - bash -lc "cd $APPVEYOR_BUILD_FOLDER && make" after_build: -- cgit v1.2.3-70-g09d2