Skip to content

Use os.pathsep in PATH to fix compilation errors in MacOS#3

Open
xilin wants to merge 1 commit intokdada:openharmonyfrom
xilin:openharmony-mac
Open

Use os.pathsep in PATH to fix compilation errors in MacOS#3
xilin wants to merge 1 commit intokdada:openharmonyfrom
xilin:openharmony-mac

Conversation

@xilin
Copy link

@xilin xilin commented Sep 23, 2025

  • Problem
    MacOS has a different path separator : comparing with windows, hard coding it as ; leads to compilation errors in MacOS.

  • Solution
    Use os.pathsep instead of ;

  • Test
    Able to finish compilation in MacOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant