| 1 |
diff -ru yafray.orig/src/yafraycore/SConscript yafray/src/yafraycore/SConscript
|
| 2 |
--- yafray.orig/src/yafraycore/SConscript 2008-12-21 23:57:48.000000000 +0100
|
| 3 |
+++ yafray/src/yafraycore/SConscript 2008-12-21 23:57:34.000000000 +0100
|
| 4 |
@@ -48,6 +48,6 @@
|
| 5 |
|
| 6 |
core_env.Install(config.libpath,
|
| 7 |
core_env.SharedLibrary (target='yafraycore', source=source_files,
|
| 8 |
- LIBS=config.pthread.libs + config.exr.libs))
|
| 9 |
+ LIBS=config.pthread.libs + config.exr.libs + config.dynload.libs))
|
| 10 |
|
| 11 |
core_env.Alias('install_core',config.libpath)
|