| Index: SConstruct
|
| ===================================================================
|
| --- SConstruct (revision 1525)
|
| +++ SConstruct (working copy)
|
| @@ -151,7 +151,7 @@
|
| MKSNAPSHOT_EXTRA_FLAGS = {
|
| 'gcc': {
|
| 'os:linux': {
|
| - 'LIBS': ['pthread'],
|
| + 'LIBS': ['pthread', 'rt'],
|
| },
|
| 'os:macos': {
|
| 'LIBS': ['pthread'],
|
| @@ -195,7 +195,7 @@
|
| 'LIBPATH': [abspath('.')]
|
| },
|
| 'os:linux': {
|
| - 'LIBS': ['pthread'],
|
| + 'LIBS': ['pthread', 'rt'],
|
| },
|
| 'os:macos': {
|
| 'LIBS': ['pthread'],
|
| @@ -233,7 +233,7 @@
|
| 'LIBPATH': ['.']
|
| },
|
| 'os:linux': {
|
| - 'LIBS': ['pthread'],
|
| + 'LIBS': ['pthread', 'rt'],
|
| },
|
| 'os:macos': {
|
| 'LIBS': ['pthread'],
|
| @@ -301,7 +301,7 @@
|
| 'LIBS': ['readline']
|
| },
|
| 'os:linux': {
|
| - 'LIBS': ['pthread'],
|
| + 'LIBS': ['pthread', 'rt'],
|
| },
|
| 'os:macos': {
|
| 'LIBS': ['pthread'],
|
|
|