Skip to content

Commit

Permalink
Added the comma after the libssp-0 line
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Nov 21, 2024
1 parent 802bf56 commit d76084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
dlls = [
"libwinpthread-1",
"libstdc++-6",
"libssp-0"
"libssp-0",
]

if windows_arch_i386?
Expand Down

0 comments on commit d76084a

Please sign in to comment.