nv2a: Fix spelling error in renderdoc config

This commit is contained in:
Erik Abair 2022-02-10 20:43:13 -08:00 committed by mborgerson
parent f3c7a3afd1
commit 2d95fda6cd
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ xemu_ss.add(when: 'CONFIG_LINUX', if_true: [xemu_gtk, files('xemu-os-utils-linux
xemu_ss.add(when: 'CONFIG_WIN32', if_true: files('xemu-os-utils-windows.c', 'noc_file_dialog_win32.c'))
xemu_ss.add(when: 'CONFIG_DARWIN', if_true: files('xemu-os-utils-macos.m', 'noc_file_dialog_macos.m'))
xemu_ss.add(whend: 'CONFIG_RENDERDOC', if_true: [libdl])
xemu_ss.add(when: 'CONFIG_RENDERDOC', if_true: [libdl])
softmmu_ss.add_all(xemu_ss)