mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix LLD definition for MinGW 4.4
This commit is contained in:
parent
2da6980eb5
commit
2f864ebea5
@ -31,7 +31,11 @@
|
||||
|
||||
#if (defined __i386__) || (defined __POWERPC__) || (defined __arm__)
|
||||
# define LD "ld"
|
||||
# ifdef __MINGW32__
|
||||
# define LLD "I64d"
|
||||
# else
|
||||
# define LLD "lld"
|
||||
# endif
|
||||
# ifdef __APPLE__
|
||||
# define ULD "lu"
|
||||
# define LX "lx"
|
||||
|
Loading…
Reference in New Issue
Block a user