Windows build fix

This commit is contained in:
Chris Cannam
2022-06-14 16:47:06 +01:00
parent b86a4df152
commit 9ddb6b370a
2 changed files with 6 additions and 3 deletions

View File

@@ -66,8 +66,8 @@ program_sources = [
if system == 'windows'
program_sources += [
'src/getopt/getopt.c',
'src/getopt/getopt_long.c'
'src/ext/getopt/getopt.c',
'src/ext/getopt/getopt_long.c'
]
endif