Skip to content

Commit 41116bc

Browse files
libretroadminLibretroAdmin
authored andcommitted
tools/settings_migrate_group: carry the rcheevos include path in the lane flags
An achievements-guarded row mints a cheevos lane whose menu translation unit pulls the rcheevos public headers; the compile flag set only carried them for the preprocessor driver.
1 parent bdc9aa0 commit 41116bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/settings_migrate_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def _cond(g):
422422
open('menu/menu_setting.c','w').write(ms)
423423
print("surgeries ok")
424424

425-
CFB = "-std=gnu89 -pedantic-errors -Wno-long-long -Wno-overlength-strings -O2 -fsyntax-only -I. -Imenu -Ilibretro-common/include -Ideps/7zip -I/tmp/settings_mig_stubs -DRARCH_INTERNAL -DHAVE_MENU"
425+
CFB = "-std=gnu89 -pedantic-errors -Wno-long-long -Wno-overlength-strings -O2 -fsyntax-only -I. -Imenu -Ilibretro-common/include -Ideps/7zip -Ideps/rcheevos/include -I/tmp/settings_mig_stubs -DRARCH_INTERNAL -DHAVE_MENU"
426426
CF = CFB + " -DHAVE_CONFIGFILE -DHAVE_PATCH -DHAVE_REWIND -DHAVE_SCREENSHOTS -DHAVE_CHEATS -DHAVE_OVERLAY -DHAVE_MICROPHONE"
427427
# Guard-isolation lanes: exercise every flag that gates a row *in
428428
# isolation*. A dropped inner guard nested under an outer flag only

0 commit comments

Comments
 (0)