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:
@@ -7,7 +7,7 @@ addons:
|
|||||||
- gcc-4.9
|
- gcc-4.9
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- 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
|
- 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"
|
- export CXX="g++-4.9" CC="gcc-4.9"
|
||||||
- FLAGS="-w -std=gnu++11"
|
- FLAGS="-w -std=gnu++11"
|
||||||
|
|||||||
Reference in New Issue
Block a user