compile for arm

This commit is contained in:
lnk
2026-01-20 15:51:41 +08:00
parent 6e74f21167
commit ed4b39eab5
5 changed files with 77 additions and 71 deletions

View File

@@ -40,7 +40,7 @@ void get_object_to_file();
void get_object_to_file_new(char* File_Name, char* savepath);
void delete_object();
void delete_object_new(char* File_Name);
#if 0
void TestOSS()
{
apr_file_t *output = NULL;
@@ -136,7 +136,7 @@ void DelOSS(char* File_Name)
return;
}
#endif
void coutTest()
{
std:: cout << "OSS_ENDPOINT:" << OSS_ENDPOINT << std::endl;