Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Jan 31, 2025
1 parent 1c5a024 commit b40c8d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FCLauncher/src/main/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ LOCAL_SHARED_LIBRARIES := bytehook
LOCAL_SRC_FILES := fcl/fcl_bridge.c \
fcl/fcl_event.c \
fcl/fcl_loader.c \
fcl/jre_launcher.c \
fcl/utils.c
LOCAL_C_INCLUDES := $(LOCAL_PATH)/fcl/include
LOCAL_LDLIBS := -llog -ldl -landroid
Expand Down Expand Up @@ -97,6 +96,7 @@ LOCAL_SRC_FILES := \
pojav/environ/environ.c \
pojav/input_bridge_v3.c \
pojav/virgl/virgl.c \
pojav/jre_launcher.c \
pojav/lwjgl_dlopen_hook.c
LOCAL_C_INCLUDES := $(LOCAL_PATH)/pojav
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// Boardwalk: missing include
#include <string.h>

#include "include/fcl_internal.h"
#include "fcl/include/fcl_internal.h"


// Uncomment to try redirect signal handling to JVM
Expand Down

0 comments on commit b40c8d1

Please sign in to comment.