Skip to content

Commit

Permalink
Fix g3d build issue on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb authored Jul 10, 2024
1 parent 964dd21 commit 1f65583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/include/g3dlite/G3D/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) {\
# define __stdcall __attribute__((stdcall))
# endif

# elif defined(__x86_64__) || defined(__arm) || defined(__aarch64__)
# elif defined(__x86_64__) || defined(__arm) || defined(__arm__) || defined(__aarch64__)

# ifndef __cdecl
# define __cdecl
Expand Down

0 comments on commit 1f65583

Please sign in to comment.