fix Meteor PORT_DIR path

Ref #78
This commit is contained in:
Emery Hemingway
2017-07-09 15:11:38 -05:00
committed by Norman Feske
parent a09504a099
commit 471ef85202

View File

@@ -2,7 +2,7 @@ LIBS = libretro libc stdcxx
SHARED_LIB = yes
PORT_DIR := $(call select_from_ports,meteor-libretro)/src/lib/meteor-libretro
PORT_DIR := $(call select_from_ports,meteor-libretro)/src/libretro/meteor
CORE_DIR := $(PORT_DIR)
-include $(PORT_DIR)/libretro/Makefile.common