From d8ff87989f616291dcb998670958fd42029796e5 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 22 Feb 2024 01:11:01 -0600 Subject: some stuff --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 5a5a8c3..2446e19 100644 --- a/meson.build +++ b/meson.build @@ -5,9 +5,8 @@ xxhash_dep = dependency('libxxhash', required : true, static : true) include_folder = include_directories('include') comp = meson.get_compiler('c') -libasan_dep = comp.find_library('clang_rt.asan_dynamic-x86_64', dirs : ['C:\\Program Files\\LLVM\\lib\\clang\\15.0.6\\lib\\windows']) subdir('src') executable('world', libworld_sources, include_directories : [include_folder], - dependencies : [xxhash_dep, libasan_dep], + dependencies : [xxhash_dep], win_subsystem : 'console') -- cgit v1.2.3-70-g09d2