Chromium Code Reviews| Index: ports/speex/build.sh |
| diff --git a/ports/speex/build.sh b/ports/speex/build.sh |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..43403de421061919747a39c564c2a369ca40c2fa |
| --- /dev/null |
| +++ b/ports/speex/build.sh |
| @@ -0,0 +1,14 @@ |
| +# Copyright (c) 2011 The Native Client Authors. All rights reserved. |
|
bradn
2016/04/12 20:30:16
2016
Ankur Mittal
2016/04/12 21:26:12
Done.
|
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +BuildStep() { |
| + export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}" |
| + export CXXFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CXXFLAGS}" |
| +} |
| + |
| + |
| +InstallStep() { |
| + export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}" |
| + export CXXFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CXXFLAGS}" |
| +} |