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

This commit is contained in:
Rémi Bernon 2023-11-14 23:39:17 +01:00 committed by Arkadiusz Hiler
parent 750d2689a6
commit a20d4f3547

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 \