File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ if(UNIX AND NOT APPLE)
2424
2525 add_custom_target (
2626 z3_dotnet_test_manual_copy_assembly_hack ALL
27- COMMAND ${CMAKE_COMMAND} -E copy ${z3_dotnet_test_manual_copy_deps} ${PROJECT_BINARY_DIR} /dotnet/netcoreapp3.1 /
27+ COMMAND ${CMAKE_COMMAND} -E copy ${z3_dotnet_test_manual_copy_deps} ${PROJECT_BINARY_DIR} /dotnet/netcoreapp2.0 /
2828 # hack the libz3 entry in deps so it's easy enough for dotnet to reach it...
29- COMMAND sed \"s/runtimes\\/.*libz3\\.so/libz3.so/\" -i ${PROJECT_BINARY_DIR} /dotnet/netcoreapp3.1 /dotnet.deps.json
29+ COMMAND sed \"s/runtimes\\/.*libz3\\.so/libz3.so/\" -i ${PROJECT_BINARY_DIR} /dotnet/netcoreapp2.0 /dotnet.deps.json
3030 )
3131
3232 add_dependencies (z3_dotnet_test_manual_copy_assembly_hack BUILD_dotnet)
You can’t perform that action at this time.
0 commit comments