Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # 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.
| |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 BuildStep() { | |
| 6 export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}" | |
| 7 export CXXFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CXXFLAGS}" | |
| 8 } | |
| 9 | |
| 10 | |
| 11 InstallStep() { | |
| 12 export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}" | |
| 13 export CXXFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CXXFLAGS}" | |
| 14 } | |
| OLD | NEW |