adding missing ARM_ONLY variable

This commit is contained in:
Jérôme Duval
2012-11-18 15:31:35 +01:00
parent 6308afb12c
commit 37b14b15ab
+1
View File
@@ -5,6 +5,7 @@
local X86_ONLY = ;
local PPC_ONLY = ;
local M68K_ONLY = ;
local ARM_ONLY = ;
if $(TARGET_ARCH) = x86 {
X86_ONLY = "" ;
} else if $(TARGET_ARCH) = ppc {