summaryrefslogtreecommitdiff
path: root/packaging/nacl/ports/sdl-gfx/build.sh
blob: f7bfe85722a095fcdac57c6142f09740ecde31c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2014 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# sdl2-config --libs includes -lppapi which cannot be linked
# with shared libraries, so for now we disable the shared build.
# In the future we could instead filter out this flag or remove
# it and force SDL2 programs to add it themselves.
EXTRA_CONFIGURE_ARGS="--enable-mmx=no --host=nacl --disable-shared"
export RANLIB=${NACLRANLIB}