Browse Source

Misc

Signed-off-by: falkTX <falktx@gmail.com>
pull/823/head
falkTX 7 years ago
parent
commit
536f7cc0d6
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .travis/install.sh
  2. +1
    -1
      source/utils/CarlaOscUtils.hpp

+ 1
- 1
.travis/install.sh View File

@@ -32,7 +32,7 @@ if [ "${TARGET}" = "linux" ]; then

elif [ "${TARGET}" = "linux-strict" ]; then
sudo apt-get install -y \
g++-8 \
gcc-8 \
pkg-config \
pyqt5-dev-tools \
python3-pyqt5.qtsvg \


+ 1
- 1
source/utils/CarlaOscUtils.hpp View File

@@ -1,6 +1,6 @@
/*
* Carla OSC utils
* Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2019 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as


Loading…
Cancel
Save