mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: vcxproj config
This commit is contained in:
@@ -43,12 +43,12 @@ int main([[maybe_unused]] int argc, char** argv)
|
||||
std::cerr << "create failed" << std::endl;
|
||||
return -1;
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
#ifdef SMOKE_TESTING
|
||||
std::cout << "Ended early for smoke testing." << std::endl;
|
||||
return 0;
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef ASST_DEBUG
|
||||
AsstAsyncConnect(ptr, "adb", "127.0.0.1:5555", nullptr, true);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user