diff --git a/core/sourcehook/test/AMBuilder b/core/sourcehook/test/AMBuilder index 6d8372f2..6edca31f 100644 --- a/core/sourcehook/test/AMBuilder +++ b/core/sourcehook/test/AMBuilder @@ -4,6 +4,8 @@ import os for cxx in MMS.all_targets: name = 'test_sourcehook' binary = MMS.Program(cxx, name) + if binary.compiler.target.arch == 'x86_64' and binary.compiler.target.platform == 'linux': + continue binary.compiler.defines += [ 'SOURCEHOOK_TESTS',