Skip to content

Fix an issue in getCMakeBinDir function#8

Merged
snnn merged 4 commits intomainfrom
snnn/fix1
Sep 9, 2025
Merged

Fix an issue in getCMakeBinDir function#8
snnn merged 4 commits intomainfrom
snnn/fix1

Conversation

@snnn
Copy link

@snnn snnn commented Sep 9, 2025

  1. This PR fixes a platform identification bug in the getCMakeBinDir function. The function was incorrectly checking for 'darwin' instead of 'macos', causing it to fail when used with the platform identifier from getPlatformIdentifier() which converts 'darwin' to 'macos'

  2. Add a wrapper around the "core.exportVariable" function and "core.addPath" function so that the scripts can support both Azure DevOps and Github Actions.

Copilot AI review requested due to automatic review settings September 9, 2025 06:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a platform identification bug in the getCMakeBinDir function. The function was incorrectly checking for 'darwin' instead of 'macos', causing it to fail when used with the platform identifier from getPlatformIdentifier() which converts 'darwin' to 'macos'.

  • Updates platform check from 'darwin' to 'macos' in getCMakeBinDir function

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@snnn snnn merged commit 96cdb55 into main Sep 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants