Skip to content

Commit

Permalink
build on ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellner committed Aug 6, 2022
1 parent fff34a9 commit 7aa4394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xs/sources/xsCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
#undef __has_builtin
#define __has_builtin(x) 1
#endif
#elif !defined(__has_builtin)
#endif
#if !defined(__has_builtin)
#define __has_builtin(x) 0
#endif

Expand Down

0 comments on commit 7aa4394

Please sign in to comment.