8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

to pass link flags to libtommath, no space between -L and path etc

This commit is contained in:
paulbeach 2020-01-06 14:59:59 +01:00
parent de9264cf65
commit 3019fe6e2d

View File

@ -20,9 +20,9 @@
# Default build from 10.9 using Clang
#
# Build instructions
# set CFLAGS='-I ICUDIR/icu/source/common -m32 -arch i386' (ucnv.h)
# set LDFLAGS='-L ICUDIR/icu/source/lib -m32 -arch i386' (-licuuc)
# set CXXFLAGS='-I ICUDIR/icu/source/common -I ICUDIR/icu/source/i18n -m32 -arch i386'
# set CFLAGS='-I (ICUDIR)/icu/source/common -m32 -arch i386' (ucnv.h)
# set LDFLAGS='-L(ICUDIR)/icu/source/lib -m32 -arch i386' (-licuuc)
# set CXXFLAGS='-I (ICUDIR)/icu/source/common -I ICUDIR/icu/source/i18n -m32 -arch i386'
# where ICUDIR is where you installed ICU
# configure using --with-builtin-tommath
# or add the relevant -I, -L for an installed version of libtommath