blob: eb9a3067bb50cf98f91a9bcf606dd2b89effa849 [file] [log] [blame]
Austin Schuh35a2f492021-04-07 21:41:56 -07001sources += files('mod.c')
2
3if configuration.has('HAVE_DLFCN')
4 sources += files('dl.c')
5endif
6
7if system == 'windows'
8 sources += files('win32/dll.c')
9endif