blob: 9e21a3715322396f97bb8bac1dc54fac375aa98f [file] [log] [blame]
#!/bin/sh
mkdir icu4c-build
set -x
cd icu4c-build
#export CC="ccache gcc"
#export CXX="ccache g++"
`pwd`/../icu4c/source/configure --disable-extras --disable-samples && make tests