修复编译错误

lowmem
Matthew 2 months ago
parent 6598b45d3e
commit ed35d74c94

@ -50,7 +50,9 @@ add_library( # Sets the name of the library.
SHARED SHARED
# Provides a relative path to your source file(s). # Provides a relative path to your source file(s).
mpmaster.cpp ) mpmaster.cpp
)
# Searches for a specified prebuilt library and stores the path as a # Searches for a specified prebuilt library and stores the path as a
# variable. Because CMake includes system libraries in the search path by # variable. Because CMake includes system libraries in the search path by

@ -36,7 +36,7 @@
#define PATH_MPAPP_STATS "/sdcard/com.xypower.mpapp/data/stats/" #define PATH_MPAPP_STATS "/sdcard/com.xypower.mpapp/data/stats/"
#define PATH_MPAPP_RUNNING "/sdcard/com.xypower.mpapp/running" #define PATH_MPAPP_RUNNING "/sdcard/com.xypower.mpapp/running"
extern int bspatch_main(int argc,char * argv[]); int bspatch_main(int argc,char * argv[]);
typedef struct typedef struct
{ {

Loading…
Cancel
Save