From dc3a951754241cebb40ec38718e71e6a411f60eb Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 12 Dec 2022 04:12:31 +0200 Subject: [PATCH] Makefile.in: Build wineopenxr with -ldl. Required as of bef09697227c ("ntdll: Move the .so module initialization to winecrt0.") --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b2dad5d9..19943c12 100644 --- a/Makefile.in +++ b/Makefile.in @@ -663,7 +663,7 @@ $(eval $(call rules-cmake,openxr,64)) ## Note 32-bit is not supported by SteamVR, so we don't build it. ## -WINEOPENXR_LDFLAGS = -lopenxr_loader -ldxgi -lvulkan +WINEOPENXR_LDFLAGS = -lopenxr_loader -ldxgi -lvulkan -ldl WINEOPENXR_DEPENDS = wine openxr