Skip to content

Commit

Permalink
Fix kernel panic (missing module version & product name)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jun 13, 2021
1 parent 8314405 commit e97233a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BrcmPatchRAM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,8 @@
CLANG_ENABLE_OBJC_WEAK = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"PRODUCT_NAME=$(PRODUCT_NAME)",
"MODULE_VERSION=$(MODULE_VERSION)",
"LILU_CUSTOM_IOKIT_INIT=1",
"$(inherited)",
);
Expand All @@ -1080,6 +1082,8 @@
CLANG_ENABLE_OBJC_WEAK = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"LILU_CUSTOM_IOKIT_INIT=1",
"PRODUCT_NAME=$(PRODUCT_NAME)",
"MODULE_VERSION=$(MODULE_VERSION)",
"$(inherited)",
);
HEADER_SEARCH_PATHS = "${PROJECT_DIR}/Lilu.kext/Contents/Resources";
Expand Down

0 comments on commit e97233a

Please sign in to comment.