diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-07-27 14:48:46 -0700 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2017-07-27 16:43:38 -0700 |
commit | fe42881afe0d8667f4951510fef26a4d0179b53b (patch) | |
tree | dd6aa8327b3e107caf70606558bd21a28f6e4614 | |
parent | Merge pull request #484 from jonls/readme-config (diff) | |
download | redshift-ng-fe42881afe0d8667f4951510fef26a4d0179b53b.tar.gz redshift-ng-fe42881afe0d8667f4951510fef26a4d0179b53b.tar.bz2 redshift-ng-fe42881afe0d8667f4951510fef26a4d0179b53b.tar.xz |
Try to build static executable and disable NLS
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |