build.sh 451 B

12345678910
  1. # Copyright (c) 2014 The Native Client Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # sdl2-config --libs includes -lppapi which cannot be linked
  5. # with shared libraries, so for now we disable the shared build.
  6. # In the future we could instead filter out this flag or remove
  7. # it and force SDL2 programs to add it themselves.
  8. EXTRA_CONFIGURE_ARGS=--disable-shared