fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / icu / cross-bin / icu-config
blob8ccf94f9bda6fe751359c412f78153453a02d9fc
1 #!/bin/sh
3 case $1 in
4 --version)
5 echo whatever
6 ;;
7 --cppflags)
8 echo ${ICU_CFLAGS}
9 ;;
10 --ldflags-searchpath)
11 echo ${ICU_LIBS}
12 esac