Enable binreloc for OS X.

This commit is contained in:
David Anderson
2014-07-23 23:21:03 -07:00
parent 654dcd8ff0
commit f41b3a2b06
2 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ binary.sources += [
'zlib/zutil.c',
'sp_symhash.c'
]
if builder.target_platform == 'linux':
if builder.target_platform != 'windows':
binary.sources.append('binreloc.c')
SM.spcomp = builder.Add(binary)