Skip to content

Commit d61cf7f

Browse files
authored
Merge pull request #40 from retro-wertz/patch-1
fix mess build for mame/layout include
2 parents 7dc561f + 27f8d6d commit d61cf7f

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)