Commit d75c5e18 by Antonio Maiorano

Fix GN build

Add missing comma, introduced in 9c14bda0 Bug: none Change-Id: Iffbe771b6c6af408c2c809e9beef694543554aa4 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/48748Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com>
parent 9c14bda0
...@@ -49,7 +49,7 @@ swiftshader_source_set("swiftshader_reactor_base") { ...@@ -49,7 +49,7 @@ swiftshader_source_set("swiftshader_reactor_base") {
"Debug.cpp", "Debug.cpp",
"EmulatedIntrinsics.cpp", "EmulatedIntrinsics.cpp",
"ExecutableMemory.cpp", "ExecutableMemory.cpp",
"OptimalIntrinsics.cpp" "OptimalIntrinsics.cpp",
"Reactor.cpp", "Reactor.cpp",
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment