mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Added .lib extension for library file on VS2012
This commit is contained in:
@@ -14,7 +14,7 @@ MRuby::Toolchain.new(:vs2012) do |conf|
|
||||
linker.flags = [ENV['LDFLAGS'] || %w(/nologo)]
|
||||
linker.libraries = %w()
|
||||
linker.library_paths = %w()
|
||||
linker.option_library = '%s'
|
||||
linker.option_library = '%s.lib'
|
||||
linker.option_library_path = '/LIBPATH:%s'
|
||||
linker.link_options = "%{flags} /OUT:%{outfile} %{objs} %{flags_before_libraries} %{libs} %{flags_after_libraries}"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user