2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-28 21:28:02 +00:00

wineopenxr: Use SOURCES instead of C(XX)_SRCS.

This commit is contained in:
Rémi Bernon 2023-11-14 23:39:17 +01:00
parent 97df41ad1e
commit 8da1c6e19f

View File

@ -4,6 +4,6 @@ IMPORTS = advapi32 dxgi
EXTRADLLFLAGS = -mcygwin -lvulkan
EXTRADEFS = -DWINE_NO_LONG_TYPES
C_SRCS = \
SOURCES = \
openxr.c \
openxr_thunks.c \