Created
November 30, 2009 03:20
-
-
Save ambethia/245245 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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