mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-05-13 03:00:37 -04:00
Makefile.in: Build wineopenxr with -ldl.
Required as of bef09697227c ("ntdll: Move the .so module initialization to winecrt0.")
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user