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

Make clang build work

This commit is contained in:
asfernandes 2010-11-21 21:21:59 +00:00
parent a3064848d6
commit 61d710b98b

View File

@ -105,8 +105,8 @@ cat >$TestCpp <<eof
#include <stdlib.h>
typedef unsigned short USHORT;
#include "$Mini"
main()
{ exit(ODS_VERSION); }
int main()
{ return ODS_VERSION; }
eof
[ -z "$CXX" ] && CXX=g++