diff --git a/attachment/repos/swiftshader.patch b/attachment/repos/swiftshader.patch index e1606d8da2a3c62daebaaf367ce059dc327f7fb4..4aec1116344c4d142cf0b154553fabdce16760f9 100644 --- a/attachment/repos/swiftshader.patch +++ b/attachment/repos/swiftshader.patch @@ -95,4 +95,4 @@ index 30897f020..a6c3031c2 100644 - pthread_setaffinity_np(thread, sizeof(cpu_set_t), &cpuset); #elif defined(__FreeBSD__) cpuset_t cpuset; - CPU_ZERO(&cpuset); \ No newline at end of file + CPU_ZERO(&cpuset); diff --git a/attachment/scripts/config.json b/attachment/scripts/config.json index 0e768859f244293544ba729a1ba5330886da6cfd..62ec1a4f35c30a76bb80f93234e2f02164c9622b 100644 --- a/attachment/scripts/config.json +++ b/attachment/scripts/config.json @@ -73,8 +73,8 @@ }, { "name": "swiftshader", - "target": "./src/third_party/swiftshader", + "target": "third_party/swiftshader", "type": "patch", - "file_path": "../../flutter/attachment/repos/swiftshader.patch" + "file_path": "flutter/attachment/repos/swiftshader.patch" } ] diff --git a/attachment/scripts/config_pre.json b/attachment/scripts/config_pre.json index 0e768859f244293544ba729a1ba5330886da6cfd..62ec1a4f35c30a76bb80f93234e2f02164c9622b 100644 --- a/attachment/scripts/config_pre.json +++ b/attachment/scripts/config_pre.json @@ -73,8 +73,8 @@ }, { "name": "swiftshader", - "target": "./src/third_party/swiftshader", + "target": "third_party/swiftshader", "type": "patch", - "file_path": "../../flutter/attachment/repos/swiftshader.patch" + "file_path": "flutter/attachment/repos/swiftshader.patch" } ]