Skip to content

Commit

Permalink
patch: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Jul 8, 2020
1 parent 516ba8c commit 79afd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jni/luajit/koreader-luajit-makefile-tweaks.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/src/Makefile b/src/Makefile
index 702207c..50e1c23 100644
--- a/src/Makefile
+++ b/src/Makefile
--- a/luajit-2.0/src/Makefile
+++ b/luajit-2.0/src/Makefile
@@ -211,7 +211,8 @@ TARGET_CC= $(STATIC_CC)
TARGET_STCC= $(STATIC_CC)
TARGET_DYNCC= $(DYNAMIC_CC)
Expand Down

0 comments on commit 79afd33

Please sign in to comment.