ext/extconf.rb in sunscraper-1.1.0.beta1 vs ext/extconf.rb in sunscraper-1.1.0.beta2
- old
+ new
@@ -13,7 +13,10 @@
all:
cd embed; #{qmake}
cd standalone; #{qmake}
make -C embed
make -C standalone
+
+install:
+ # do nothing
ENDM
end
- old
+ new