Advertisement
darkxst

js188 build fix

Jan 25th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. commit a2ea083a73e3e40a2c163451f81a11155e3ac201
  2. Author: Tim Lunn <tim@feathertop.org>
  3. Date: Sat Jan 26 07:28:51 2013 +1100
  4.  
  5. Build fix
  6.  
  7. do not install lib.desc file since it breaks make install
  8.  
  9. diff --git a/js/src/config/rules.mk b/js/src/config/rules.mk
  10. index 42728d3..78ad302 100644
  11. --- a/js/src/config/rules.mk
  12. +++ b/js/src/config/rules.mk
  13. @@ -137,7 +137,7 @@ REAL_LIBRARY := $(LIB_PREFIX)$(STATIC_LIBRARY_NAME).$(LIB_SUFFIX)
  14. ifeq (,$(SDK_LIBRARY)$(DIST_INSTALL)$(NO_EXPAND_LIBS))
  15. LIBRARY := $(REAL_LIBRARY).$(LIBS_DESC_SUFFIX)
  16. else
  17. -LIBRARY := $(REAL_LIBRARY) $(REAL_LIBRARY).$(LIBS_DESC_SUFFIX)
  18. +LIBRARY := $(REAL_LIBRARY)
  19. endif
  20. endif # STATIC_LIBRARY_NAME
  21. endif # LIBRARY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement