rbs icon indicating copy to clipboard operation
rbs copied to clipboard

Couldn't build the extension with Visual C++

Open unak opened this issue 3 years ago • 1 comments

https://github.com/ruby/rbs/blob/master/ext/rbs_extension/extconf.rb#L3 This line is valid only for GCC. Please check whether the compiler is GCC or not before adding.

unak avatar Apr 05 '22 06:04 unak

append_cflags adds each flag to $CFLAGS only if it is usable.

nobu avatar Apr 05 '22 10:04 nobu