From 3db57c955d115c8fc0b175bd7ec0447d4f0d9904 Mon Sep 17 00:00:00 2001 From: Rhys Mainwaring Date: Thu, 24 Nov 2022 16:55:16 +0000 Subject: [PATCH] Fix #1812. Signed-off-by: Rhys Mainwaring --- src/cmd/cmdsim.rb.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/cmd/cmdsim.rb.in b/src/cmd/cmdsim.rb.in index 8d118d21cf..d6463477f1 100755 --- a/src/cmd/cmdsim.rb.in +++ b/src/cmd/cmdsim.rb.in @@ -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."