Skip to content

Commit

Permalink
Merge pull request #178 from bmwiedemann/sort
Browse files Browse the repository at this point in the history
Sort input file list
  • Loading branch information
bolandrm authored Mar 4, 2020
2 parents 2bf3910 + 0458396 commit 140bfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
$VPATH << "$(srcdir)/libsass/src"
Dir.chdir(__dir__) do
$VPATH += Dir['libsass/src/*/'].map { |p| "$(srcdir)/#{p}" }
$srcs = Dir['libsass/src/**/*.{c,cpp}']
$srcs = Dir['libsass/src/**/*.{c,cpp}'].sort
end

# libsass.bundle malformed object (unknown load command 7) on Mac OS X
Expand Down

0 comments on commit 140bfd8

Please sign in to comment.