mirror of
				https://gitlab.winehq.org/wine/vkd3d.git
				synced 2025-09-12 18:50:22 -07:00 
			
		
		
		
	build: Avoid underlinking.
This commit is contained in:
		| @@ -37,7 +37,8 @@ AS_IF([test "x${GCC}" = "xyes"], | ||||
|       VKD3D_CHECK_CFLAGS([-Wdeclaration-after-statement]) | ||||
|       VKD3D_CHECK_CFLAGS([-Wmissing-prototypes]) | ||||
|       VKD3D_CHECK_CFLAGS([-Wunused-but-set-parameter]) | ||||
|       VKD3D_CHECK_CFLAGS([-Wvla])]) | ||||
|       VKD3D_CHECK_CFLAGS([-Wvla]) | ||||
|       VKD3D_CHECK_CFLAGS([-Wl,--no-undefined])]) | ||||
|  | ||||
| dnl Check for cross compilers | ||||
| VKD3D_CHECK_MINGW32_PROG([CROSSCC32], [CROSSTARGET32], [no]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user