build/llvmPackages: don't need to patch omp
After wuxi's merge request, this won't be necessary anymore.
This commit is contained in:
@@ -110,17 +110,6 @@ export function llvmPackages({
|
||||
return {
|
||||
name: "llvm",
|
||||
platform,
|
||||
patchPhase: async () => {
|
||||
if (platform.buildPlatform.arch !== 'x86_64'
|
||||
&& platform.buildPlatform.arch !== 'aarch64') {
|
||||
// Apply llvm omp patch
|
||||
await promisifySpawn(spawn("git",
|
||||
[
|
||||
"apply",
|
||||
path.resolve(projectRoot, "assets", "omp.diff"),
|
||||
], spawnOptions));
|
||||
}
|
||||
},
|
||||
configurePhase: async () => {
|
||||
// Configure
|
||||
await promisifySpawn(spawn(cmake, command({
|
||||
|
||||
Reference in New Issue
Block a user