-rw-r--r-- | Makefile.Embedded | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 39d852f..71035d6 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -6,4 +6,8 @@ ifeq ($(PLATFORM) , zaurus) endif +ifneq ($(PLATFORM) , zaurus) + BUILD_NO_SHARP_PLUGIN=1 +endif + SUBDIRS_MAIN = \ |