Skip to content

Commit

Permalink
Fix typo in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Aug 17, 2024
1 parent 0801013 commit 4407977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ namespace :edlib do
base_url = 'https://raw.githubusercontent.com/Martinsos/edlib/master/'
url_edlib_h = URI("#{base_url}edlib/include/edlib.h")
url_edlib_cpp = URI("#{base_url}edlib/src/edlib.cpp")
url_
outdir = 'ext/edlib'
URI.open(url_edlib_h) do |file|
File.open("#{outdir}/edlib.h", 'w') do |out|
Expand Down

0 comments on commit 4407977

Please sign in to comment.