Skip to content

Commit

Permalink
Fix for #153 (cpuid.h No such file or directory) on ARM machines
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanmunawar committed Jan 24, 2022
1 parent 697dafd commit 08511ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion external/openal/include/alConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@
#define HAVE_STDINT_H
#define HAVE_DLFCN_H
#define HAVE_MALLOC_H
#define HAVE_CPUID_H
#if !defined (__arm__)
#define HAVE_CPUID_H
#endif
#define HAVE_FLOAT_H
#define HAVE_FENV_H
#define HAVE_FESETROUND
Expand Down

0 comments on commit 08511ae

Please sign in to comment.