diff --git a/tools/minicargo/manifest.cpp b/tools/minicargo/manifest.cpp index 569b6696..2329a362 100644 --- a/tools/minicargo/manifest.cpp +++ b/tools/minicargo/manifest.cpp @@ -21,7 +21,7 @@ #elif defined(__NetBSD__) # define TARGET_NAME "x86_64-unknown-netbsd" #else -# define TARGET_NAME "x86_64-unknown-linux-gnu" +# define TARGET_NAME "powerpc64le-unknown-linux-musl" #endif static ::std::vector<::std::shared_ptr> g_loaded_manifests;