]> pd.if.org Git - pdclib/blobdiff - platform/posix/Config.jam
Add pthreads threading backend and move the POSIX port over to using it
[pdclib] / platform / posix / Config.jam
index f068ce64af1e7d0797abfefdd8411337a9dc0c9f..20fc4ad82897b965fea845d311ca9eab8e2f5e58 100644 (file)
@@ -11,4 +11,4 @@ if $(OS) = "MACOSX" {
     PDCLIB_TEST_LINKLIBS += -lgcc ;\r
 }\r
 \r
-PDCLIB_OPTIONS = nothread notime dlmalloc ;
\ No newline at end of file
+PDCLIB_OPTIONS = pthreads notime dlmalloc ;
\ No newline at end of file