diff options
| author | Tom Black <[email protected]> | 2018-09-28 13:23:43 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-09-28 13:23:43 -0700 |
| commit | aecb756b33510378d91d9737930d97a381cc9403 (patch) | |
| tree | 4787990150f31f1211b987c4c3cd4a766f80e453 /ext | |
| parent | 9b51a3b4718b082301ff70b706ac53bec8668ac9 (diff) | |
| download | ruby2d-aecb756b33510378d91d9737930d97a381cc9403.tar.gz ruby2d-aecb756b33510378d91d9737930d97a381cc9403.zip | |
Style, docs, and consistency
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/ruby2d/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ruby2d/extconf.rb b/ext/ruby2d/extconf.rb index 674dc9d..fb9d0b4 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -76,6 +76,6 @@ check_s2d_version # Add flags $CFLAGS << ' -std=c11 -I/usr/local/include' $LDFLAGS << ' ' << `bash simple2d --libs` -$LDFLAGS.gsub!(/\n/, ' ') # Remove newlines in flags, they cause problems +$LDFLAGS.gsub!(/\n/, ' ') # remove newlines in flags, they cause problems create_makefile('ruby2d/ruby2d') |
