From 59f15d6819508188c184fc7525606e712ac4a73b Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 31 May 2016 17:24:15 +1000 Subject: Allow full build on android: * rename si_status to si_status_val in n64 as si_status is a preprocessor macro on Android * rename PAGE_MASK to page_mask in samcoupe to avoid clash with macro (it's a local anyway) * abuse namespaces to get around the conflict between our x86emit::REG_Rn and Android's ::REG_Rn in DRC --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 1b5d0d2336a..ef898228c9a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,10 +26,10 @@ notify: port: $$IRC_PORT password: $$IRC_PASS tls: true - when: - success: false - failure: true - change: true + when: + success: false + failure: true + change: true # Need to regen secrets file (.drone.sec) from within tea-ci.org to enable #notify: -- cgit v1.2.3