Switch build infrastructure to Git.

This commit is contained in:
David Anderson
2014-05-25 01:53:58 -07:00
parent e20e4677df
commit 2e89d91a86
5 changed files with 92 additions and 60 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ for sdk_name in SM.sdks:
os.path.join(builder.sourcePath, 'public', 'jit', 'x86'),
]
if sdk.name != 'ep1':
if sdk.name != 'episode1':
binary.compiler.defines += ['HOOKING_ENABLED']
if binary.compiler.cxx.behavior == 'gcc':