-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I1cf6027c23a7c7f37b9210e7552955e26cc5f7c0 Signed-off-by: Romain Forlot <[email protected]>
- Loading branch information
Romain Forlot
committed
Jan 2, 2018
1 parent
ee3ae3a
commit 082be1b
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
recipes-retroarch/beetle-psx-libretro/beetle-psx-libretro/0001-Fix_compile_host_path.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/Makefile.common b/Makefile.common | ||
index dacd195..74e6384 100644 | ||
--- a/Makefile.common | ||
+++ b/Makefile.common | ||
@@ -37,8 +37,7 @@ INCFLAGS := -I$(CORE_DIR) \ | ||
-I$(MEDNAFEN_DIR)/hw_cpu \ | ||
-I$(MEDNAFEN_DIR)/hw_misc \ | ||
-I$(LIBRETRO_DIR)/include \ | ||
- -I$(DEPS_DIR)/zlib \ | ||
- -I/usr/local/include | ||
+ -I$(DEPS_DIR)/zlib | ||
|
||
ifneq (,$(findstring msvc,$(platform))) | ||
INCFLAGS += -I$(CORE_DIR)/msvc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters