Skip to content

Commit

Permalink
remove platform-specific setup placeholders from setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
swap357 committed Mar 8, 2025
1 parent b156d79 commit 43cdfdf
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions buildscripts/github/setup_platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,6 @@ case "${PLATFORM}" in
sudo tar -xf MacOSX10.10.sdk.tar.xz -C /opt
echo "macOS SDK setup complete"
;;
"linux-64")
echo "Setting up Linux-specific requirements"
# Add Linux-specific setup here if needed
;;
"linux-aarch64")
echo "Setting up Linux ARM64-specific requirements"
# Add Linux ARM64-specific setup here if needed
;;
"osx-arm64")
echo "Setting up macOS ARM64-specific requirements"
# Add macOS ARM64-specific setup here if needed
;;
"win-64")
echo "Setting up Windows-specific requirements"
# Add Windows-specific setup here if needed
;;
*)
echo "No specific setup required for platform: ${PLATFORM}"
;;
Expand Down

0 comments on commit 43cdfdf

Please sign in to comment.