Skip to content

Instantly share code, notes, and snippets.

@chirayudesai
Created April 11, 2013 12:12
Show Gist options
  • Save chirayudesai/5362895 to your computer and use it in GitHub Desktop.
Save chirayudesai/5362895 to your computer and use it in GitHub Desktop.
From 47d43fb7f9273bd90f1e1fff3b7624fa86f0d3b2 Mon Sep 17 00:00:00 2001
From: Chirayu Desai <cdesai@cyanogenmod.org>
Date: Thu, 11 Apr 2013 17:40:06 +0530
Subject: [PATCH] s/__LINUX__/__linux__/
Change-Id: I277f89e7b1163178b7987647cdfccaa2f7c1a3e3
---
heimdall/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heimdall/config.h b/heimdall/config.h
index 96dc3a6..2fef4fb 100644
--- a/heimdall/config.h
+++ b/heimdall/config.h
@@ -40,7 +40,7 @@
/* Darwin backend */
#if defined(__APPLE__)
#define OS_DARWIN
-#elif defined(__LINUX__)
+#elif defined(__linux__)
/* Linux backend */
#define OS_LINUX
#else
--
1.8.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment