Skip to content

Commit

Permalink
Removed the build prerequisite on the gems task
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen.ritter committed Aug 28, 2023
1 parent d793fad commit 7adf3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openc3/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ task :build => [:devkit] do
end
end

task :gems => [:build] do
task :gems do
_, platform, *_ = RUBY_PLATFORM.split("-")
if platform == 'mswin32' or platform == 'mingw32'
raise "Building gem is not supported on Windows because file permissions are lost"
Expand Down

0 comments on commit 7adf3d0

Please sign in to comment.