aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/elf-provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/elf-provider.h')
-rw-r--r--backends/plugins/elf-provider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/plugins/elf-provider.h b/backends/plugins/elf-provider.h
index 10bd1c077f..a6b55d97f3 100644
--- a/backends/plugins/elf-provider.h
+++ b/backends/plugins/elf-provider.h
@@ -28,7 +28,7 @@
#include "base/plugins.h"
-#if defined(DYNAMIC_MODULES) // TODO: && defined(ELF-loader target)
+#if defined(DYNAMIC_MODULES) && defined(ELF_LOADER_TARGET)
class ELFPluginProvider : public FilePluginProvider {
protected:
@@ -38,6 +38,6 @@ protected:
};
-#endif // defined(DYNAMIC_MODULES)
+#endif // defined(DYNAMIC_MODULES) && defined(ELF_LOADER_TARGET)
#endif /* BACKENDS_PLUGINS_ELF_PROVIDER_H */