Fix makefile

svn path=/trunk/netsurf/; revision=4785
This commit is contained in:
John Mark Bell 2008-07-28 23:36:53 +00:00
parent 430ac1db21
commit d82850f1c4
1 changed files with 2 additions and 2 deletions

View File

@ -215,8 +215,8 @@ ifeq ($(TARGET),riscos)
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG rendering))
$(eval $(call feature_enabled,DRAW,-DWITH_DRAW,-lpencil,Drawfile export))
$(eval $(call feature_enabled,SPRITE,-DWITH_SPRITE,RISC OS sprite rendering))
$(eval $(call feature_enabled,ARTWORKS,-DWITH_ARTWORKS,Artworks rendering))
$(eval $(call feature_enabled,SPRITE,-DWITH_SPRITE,,RISC OS sprite rendering))
$(eval $(call feature_enabled,ARTWORKS,-DWITH_ARTWORKS,,Artworks rendering))
endif
# ----------------------------------------------------------------------------