Skip to content

Commit

Permalink
Fix: compile-host-path issue
Browse files Browse the repository at this point in the history
Change-Id: I1cf6027c23a7c7f37b9210e7552955e26cc5f7c0
Signed-off-by: Romain Forlot <[email protected]>
  • Loading branch information
Romain Forlot committed Jan 2, 2018
1 parent ee3ae3a commit 082be1b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ SECTION = "emulators"
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=6e233eda45c807aa29aeaa6d94bc48a2 \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI = "git://github.com/libretro/beetle-psx-libretro.git;protocol=https \
file://0001-Fix_compile_host_path.patch \
"

SRC_URI = "git://github.com/libretro/beetle-psx-libretro.git;protocol=https"
SRCREV = "${AUTOREV}"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit 082be1b

Please sign in to comment.