1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-02-19 07:10:23 +00:00
citra/.travis/transifex/build.sh

6 lines
151 B
Bash
Executable file

#!/bin/bash -ex
mkdir build && cd build
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release
make translation