Skip to content

Commit

Permalink
Fix #1812.
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
  • Loading branch information
srmainwaring committed Nov 24, 2022
1 parent bb85aa2 commit 3db57c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cmd/cmdsim.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ See https://github.com/gazebosim/gz-sim/issues/168 for more info."
options['wait_gui'], options['headless-rendering'], options['record-period'])
# Otherwise run the gui
else options['gui']
if plugin.end_with? ".dylib"
puts "`gz sim` currently only works with the -s argument on macOS.
See https://github.com/gazebosim/gz-sim/issues/44 for more info."
exit(-1)
end

if plugin.end_with? ".dll"
puts "`gz sim` currently only works with the -s argument on Windows.
See https://github.com/gazebosim/gz-sim/issues/168 for more info."
Expand Down

0 comments on commit 3db57c9

Please sign in to comment.