ld: warning: directory not found for option '-F/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/Metal.framework /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/CoreServices.framework /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks'
#763
The linking fails, perhaps due to
-F"/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/Metal.framework /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/CoreServices.framework /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks"
. I do not think this is an allowed way to pass flags.It probably should rather be something like
-F/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks -framework Metal
etc.Complete log: https://github.com/macports/macports-ports/actions/runs/10123719956/job/27997278004?pr=25071
The text was updated successfully, but these errors were encountered: