Fix AngelScript build on FreeBSD non-x86
This commit is contained in:
parent
963c6de4cd
commit
ac99ace874
@ -953,7 +953,7 @@
|
|||||||
#define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY)
|
#define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY)
|
||||||
#define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK
|
#define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK
|
||||||
#define AS_X86
|
#define AS_X86
|
||||||
#elif defined(__LP64__)
|
#elif defined(__x86_64__)
|
||||||
#define AS_X64_GCC
|
#define AS_X64_GCC
|
||||||
#define HAS_128_BIT_PRIMITIVES
|
#define HAS_128_BIT_PRIMITIVES
|
||||||
#define SPLIT_OBJS_BY_MEMBER_TYPES
|
#define SPLIT_OBJS_BY_MEMBER_TYPES
|
||||||
|
Loading…
Reference in New Issue
Block a user