mirror of
				https://github.com/facebook/zstd.git
				synced 2025-10-31 16:47:48 +02:00 
			
		
		
		
	fix meson datagen build
This commit is contained in:
		| @@ -44,7 +44,8 @@ testcommon_dep = declare_dependency(link_with: testcommon, | ||||
|   dependencies: libzstd_deps, | ||||
|   include_directories: libzstd_includes) | ||||
|  | ||||
| datagen_sources = [join_paths(zstd_rootdir, 'tests/datagencli.c')] | ||||
| datagen_sources = [join_paths(zstd_rootdir, 'tests/datagencli.c'), | ||||
|   join_paths(zstd_rootdir, 'tests/loremOut.c')] | ||||
| datagen = executable('datagen', | ||||
|   datagen_sources, | ||||
|   c_args: [ '-DNDEBUG' ], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user