meson.build

changeset 42405
78c08edcbac7
parent 42373
7f7617773171
child 42410
563e7a17c220
--- a/meson.build	Wed Oct 25 03:19:15 2023 -0500
+++ b/meson.build	Wed Oct 25 03:32:32 2023 -0500
@@ -100,9 +100,6 @@
 	IS_WIN32 = true
 	ws2_32 = compiler.find_library('ws2_32')
 	dnsapi = compiler.find_library('dnsapi')
-	if build_machine.system() != 'windows'
-		conf.set('IS_WIN32_CROSS_COMPILED', true)
-	endif
 	conf.set('WIN32_LEAN_AND_MEAN', true)
 
 	conf.set('LIBPIDGIN_DLL_NAMEW',

mercurial