Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-06-14 13:16:41 +0300
committerRalph Giles <giles@thaumas.net>2020-06-14 13:16:41 +0300
commitd16a2f84e8e4062926d58a5fabad14f99a903c40 (patch)
treec47e1d1ca19a52cd9b46de0914cc1ee0d4ffc824
parente25a093a62c9958edf2c010d954eb0bdba7f63b2 (diff)
fixup gitlab-ci: VAR_ARRAYS typo
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3b37131..f62e1bb9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ make.float.lrintf:
make.float.vararrays:
extends: .make
variables:
- CFLAGS: DVAR_ARRAYS
+ CFLAGS: -DVAR_ARRAYS
make.fixed:
extends: .make