Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. ```diff
  2. *** m4/libtool.m4 2015-10-10 21:32:20.290957100 +0900
  3. --- ../h2o/libtool.m4 2015-10-11 03:21:36.743491800 +0900
  4. ***************
  5. *** 5191,5197 ****
  6. # The linker will automatically build a .lib file if we build a DLL.
  7. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
  8. # FIXME: Should let the user specify the lib program.
  9. ! _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
  10. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  11. ;;
  12. esac
  13. --- 5191,5203 ----
  14. # The linker will automatically build a .lib file if we build a DLL.
  15. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
  16. # FIXME: Should let the user specify the lib program.
  17. ! case $build_os in
  18. ! cygwin*)
  19. ! _LT_TAGVAR(old_archive_cmds, $1)='ar rcs $oldlib $oldobjs $old_deplibs'
  20. ! ;;
  21. ! *)
  22. ! _LT_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
  23. ! ;;
  24. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  25. ;;
  26. esac
  27. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement