Browse Source

Added libpthread.a to linux builds.

Mark Sibly 6 years ago
parent
commit
c827d26984
2 changed files with 4 additions and 4 deletions
  1. 4 0
      modules/monkey/monkey.monkey2
  2. 0 4
      modules/std/async/async.monkey2

+ 4 - 0
modules/monkey/monkey.monkey2

@@ -28,6 +28,10 @@ Namespace monkey
 #import "<liblog.a>"
 #endif
 
+#If __TARGET__="raspbian" Or __TARGET__="linux"
+#Import "<libpthread.a>"
+#endif
+
 #Import "types"
 #Import "math"
 #Import "debug"

+ 0 - 4
modules/std/async/async.monkey2

@@ -11,10 +11,6 @@ Namespace std.async
 #Import "native/Monkey2Async.java"
 #Endif
 
-#If __TARGET__="raspbian" Or __TARGET__="linux"
-#Import "<libpthread.a>"	'WTH? Didn't used to need this!
-#Endif
-
 Extern
 
 #rem monkeydoc @hidden