1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

trivial change

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-10-15 09:46:02 +00:00
parent c2bbe4b01e
commit 1fc32a34ef

View file

@ -1,6 +1,6 @@
Tue Oct 15 17:47:59 2013 Tanaka Akira <akr@fsij.org>
* process.c: Fix a typo. MacOS X don't have ENOTSUPP.
* process.c: Fix a typo. MacOS X doesn't have ENOTSUPP.
Mon Oct 14 12:32:52 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
@ -16,7 +16,7 @@ Mon Oct 14 12:32:52 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Oct 14 11:07:51 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mkmf.rb (have_framework): should append framework options to
$LIBS, not $LDFLAGS. the former is propagated to exts.mk when
$LIBS, not $LDFLAGS. The former is propagated to exts.mk when
enable-static-linked-ext.
* lib/mkmf.rb (create_makefile): ranlib on static library, not DLLIB.