From c25c1f47301e68b6e10eabe4a92db7eb356e6626 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Fri, 16 Feb 2024 08:30:27 -0600 Subject: [PATCH] Update compile_toolset.ps1 --- compile/compile_toolset.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compile/compile_toolset.ps1 b/compile/compile_toolset.ps1 index da30f91b1..5ec5e4d2e 100644 --- a/compile/compile_toolset.ps1 +++ b/compile/compile_toolset.ps1 @@ -20,9 +20,7 @@ Write-Host "Installing required packages to build the holocron toolset..." . $pythonExePath -m pip install -r ($rootPath + $pathSep + "Libraries" + $pathSep + "PyKotorGL" + $pathSep + "recommended.txt") --prefer-binary --compile --progress-bar on if ((Get-OS) -eq "Mac") { - & "brew install python qt pyqt5 mpdecimal " + - "` gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly " + - "` pulseaudio fontconfig" + & bash -c "brew install python@3.8 qt pyqt5 mpdecimal gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly pulseaudio fontconfig" 2>&1 | Write-Output } elseif (Test-Path -Path "/etc/os-release") { $osInfo = Get-Content "/etc/os-release" -Raw if ($osInfo -match 'ID=(.*)') {