diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 2efab3fba4..446c26e57c 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -136,6 +136,9 @@ public: #if PLUGIN_ENABLED_STATIC(SAGA) LINK_PLUGIN(SAGA) #endif + #if PLUGIN_ENABLED_STATIC(SCI) + LINK_PLUGIN(SCI) + #endif #if PLUGIN_ENABLED_STATIC(SKY) LINK_PLUGIN(SKY) #endif |