Skip to content

Commit 4cce6fe

Browse files
authored
Fix #1812. (#1813)
Signed-off-by: Rhys Mainwaring <[email protected]>
1 parent bb85aa2 commit 4cce6fe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/cmd/cmdsim.rb.in

-6
Original file line numberDiff line numberDiff line change
@@ -546,12 +546,6 @@ See https://github.com/gazebosim/gz-sim/issues/168 for more info."
546546
options['wait_gui'], options['headless-rendering'], options['record-period'])
547547
# Otherwise run the gui
548548
else options['gui']
549-
if plugin.end_with? ".dylib"
550-
puts "`gz sim` currently only works with the -s argument on macOS.
551-
See https://github.com/gazebosim/gz-sim/issues/44 for more info."
552-
exit(-1)
553-
end
554-
555549
if plugin.end_with? ".dll"
556550
puts "`gz sim` currently only works with the -s argument on Windows.
557551
See https://github.com/gazebosim/gz-sim/issues/168 for more info."

0 commit comments

Comments
 (0)