mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
changes to the build system
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include <core.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
return sdrpp_main();
|
||||
int main(int argc, char *argv[]) {
|
||||
return sdrpp_main(argc, argv);
|
||||
}
|
Reference in New Issue
Block a user