Skip to content

Commit

Permalink
Merge branch 'main' into ascii-stl-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy authored Apr 10, 2024
2 parents 9c264fb + c59c4f3 commit f6a8aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mittsu/renderers/glfw_lib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class MacOS < GenericLib::Base
'/opt/homebrew/**']

def path
File.dirname(match)
File.dirname(match.to_s)
end

def file
File.basename(match)
File.basename(match.to_s)
end

private
Expand Down

0 comments on commit f6a8aad

Please sign in to comment.