Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
roytam1 2021-09-07 10:23:39 +08:00
commit f5757f5c52

View file

@ -9,7 +9,7 @@
#include "mozilla/Compiler.h"
#if !defined(__arm__) && !(defined(LINUX)
#if !defined(__arm__) && !defined(LINUX)
#error "This code is for Linux ARM only. Check that it works on your system, too.\nBeware that this code is highly compiler dependent."
#endif