Skip to content

Commit

Permalink
Update compile_toolset.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Feb 16, 2024
1 parent 5937893 commit c25c1f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compile/compile_toolset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] 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=(.*)') {
Expand Down

0 comments on commit c25c1f4

Please sign in to comment.