# File lib/native-package-installer/platform/msys2.rb, line 42
        def package_prefix
          case RUBY_PLATFORM
          when "i386-mingw32"
            "mingw-w64-i686-"
          when "x64-mingw32"
            "mingw-w64-x86_64-"
          else
            nil
          end
        end