aboutsummaryrefslogtreecommitdiff
path: root/core/flex/build
blob: e0305c7cf1a16ab047997e1d5e79d03d5db4a498 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

cpt-configure \
    --enable-shared \
    ac_cv_func_malloc_0_nonnull=yes \
    ac_cv_func_realloc_0_nonnull=yes

make
make DESTDIR="$1" install