summaryrefslogtreecommitdiff
path: root/data/odcctools/apple.diff
blob: 089abbdea10ce3a8fdb0c01d3b7b9d3c41f15e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru odcctools-245/as/driver.c odcctools-245+iPhone/as/driver.c
--- odcctools-245/as/driver.c	2008-05-21 09:32:56.000000000 +0000
+++ odcctools-245+iPhone/as/driver.c	2008-05-21 09:41:33.000000000 +0000
@@ -58,7 +58,7 @@
 	/*
 	 * Construct the prefix to the assembler driver.
 	 */
-#if 0
+#ifdef __APPLE__
 	bufsize = MAXPATHLEN;
 	p = buf;
 	i = _NSGetExecutablePath(p, &bufsize);