1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-17 14:11:13 +01:00

Fix build failure from absent gettext

This commit is contained in:
James Crook
2017-05-04 22:18:51 +01:00
parent c0f835b67b
commit 6491aed13c

View File

@@ -7,7 +7,7 @@ addons:
- gcc-4.9
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev gettext
- git show -s --format="#define REV_LONG \"%H\"%n#define REV_TIME \"%cd\"%n" | tee ./src/RevisionIdent.h
- export CXX="g++-4.9" CC="gcc-4.9"
- FLAGS="-w -std=gnu++11"