mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
define LD and LX unconditionally for __x86_64__ since they should be the same for Windows and POSIX
This commit is contained in:
parent
8ac06d8a47
commit
a8b333fdc6
@ -44,14 +44,12 @@
|
||||
# define ULD "u"
|
||||
# endif
|
||||
#elif defined __x86_64__
|
||||
# define LD "ld"
|
||||
# define LX "lx"
|
||||
# ifdef __MINGW32__
|
||||
# define LD "I64d"
|
||||
# define LX "I64x"
|
||||
# define LLD "I64d"
|
||||
# define ULD "I64x"
|
||||
# else
|
||||
# define LD "ld"
|
||||
# define LX "lx"
|
||||
# define LLD "ld"
|
||||
# define ULD "lu"
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user