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:
parent
a3064848d6
commit
61d710b98b
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user