Skip to content

Commit 27f8d6d

Browse files
author
retro-wertz
authored
fix mame/layout include path
fixes mame related dependencies
1 parent 7dc561f commit 27f8d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mess/messcore.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# add some additional include libraries for the mame files
1515
INCPATH += \
1616
-I$(SRC)/mame \
17-
-I$(OBJ)/mame/layout \
17+
-I$(SRC)/mame/layout \
1818
-I$(SRC)/mess/osd \
1919
-I$(SRC)/mess/osd/$(OSD)
2020

0 commit comments

Comments
 (0)