Skip to content

Instantly share code, notes, and snippets.

@ambethia
Created November 30, 2009 03:20
Show Gist options
  • Save ambethia/245245 to your computer and use it in GitHub Desktop.
Save ambethia/245245 to your computer and use it in GitHub Desktop.
diff --git a/dep/tbb/include/tbb/tbb_machine.h b/dep/tbb/include/tbb/tbb_machine.h
index 0673f24..e17c2d4 100644
--- a/dep/tbb/include/tbb/tbb_machine.h
+++ b/dep/tbb/include/tbb/tbb_machine.h
@@ -61,6 +61,8 @@ extern "C" __declspec(dllimport) int __stdcall SwitchToThread( void );
#include "machine/linux_intel64.h"
#elif __ia64__
#include "machine/linux_ia64.h"
+#elif __powerpc__
+#include "machine/mac_ppc.h"
#endif
#elif __APPLE__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment