Skip to content

Commit ac99ace

Browse files
authored
Fix AngelScript build on FreeBSD non-x86
1 parent 963c6de commit ac99ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/angelscript/source/as_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@
953953
#define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY)
954954
#define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK
955955
#define AS_X86
956-
#elif defined(__LP64__)
956+
#elif defined(__x86_64__)
957957
#define AS_X64_GCC
958958
#define HAS_128_BIT_PRIMITIVES
959959
#define SPLIT_OBJS_BY_MEMBER_TYPES

0 commit comments

Comments
 (0)