aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-07-27 16:58:07 -0700
committerGitHub <noreply@github.com>2017-07-27 16:58:07 -0700
commit19e2022caeb395d766328656912da9ed4eebe50a (patch)
treedd6aa8327b3e107caf70606558bd21a28f6e4614
parentMerge pull request #484 from jonls/readme-config (diff)
parentTry to build static executable and disable NLS (diff)
downloadredshift-ng-19e2022caeb395d766328656912da9ed4eebe50a.tar.gz
redshift-ng-19e2022caeb395d766328656912da9ed4eebe50a.tar.bz2
redshift-ng-19e2022caeb395d766328656912da9ed4eebe50a.tar.xz
Merge pull request #486 from jonls/appveyor-static
Try to build static executable and disable NLS
-rw-r--r--appveyor.yml2
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: