Skip to content

Commit

Permalink
ragel_extension_task.rb - add -I ragel to ragel cmd, needed for Win…
Browse files Browse the repository at this point in the history
…dows

Co-authored-by: Mohit Sindhwani <[email protected]>
  • Loading branch information
MSP-Greg and mohits committed Dec 7, 2023
1 parent b8b951a commit 3aefdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ragel_extension_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def define_ragel_tasks
file target(machine) => [*ragel_sources(machine)] do
mkdir_p(File.dirname(target(machine))) unless File.directory?(File.dirname(target(machine)))
ensure_ragel_version
sh "ragel #{flags} #{lang_ragel(machine)} -o #{target(machine)}"
sh "ragel #{flags} #{lang_ragel(machine)} -I ragel -o #{target(machine)}"
end

file extconf => [target(machine)] if lang == 'c'
Expand Down

0 comments on commit 3aefdae

Please sign in to comment.