mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 13:38:15 +03:00
Makefile.in: Build wineopenxr with -ldl.
Required as of bef09697227c ("ntdll: Move the .so module initialization to winecrt0.")
This commit is contained in:
parent
f2223c0ba7
commit
dc3a951754
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user