We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb85aa2 commit 4cce6feCopy full SHA for 4cce6fe
src/cmd/cmdsim.rb.in
@@ -546,12 +546,6 @@ See https://github.com/gazebosim/gz-sim/issues/168 for more info."
546
options['wait_gui'], options['headless-rendering'], options['record-period'])
547
# Otherwise run the gui
548
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
-
555
if plugin.end_with? ".dll"
556
puts "`gz sim` currently only works with the -s argument on Windows.
557
See https://github.com/gazebosim/gz-sim/issues/168 for more info."
0 commit comments