summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
Diffstat (limited to 'source.list')
-rw-r--r--source.list6
1 files changed, 5 insertions, 1 deletions
diff --git a/source.list b/source.list
index e211fe8a6..65fbb0b09 100644
--- a/source.list
+++ b/source.list
@@ -90,7 +90,11 @@ tgp.cpp
#if OS2
thread_os2.cpp
#else
- thread_pthread.cpp
+ #if MORPHOS
+ thread_morphos.cpp
+ #else
+ thread_pthread.cpp
+ #endif
#end
fiber_thread.cpp
#end