[host] windows: avoid compiling .rc file twice

a4f5ce08b9 has a regression that caused
the .rc file to be compiled twice. We do not want the version that's
added into the .a file.
This commit is contained in:
Quantum 2021-07-19 22:04:08 -04:00 committed by Geoffrey McRae
parent 2bb0602ebb
commit 28a67cad0d

View File

@ -11,7 +11,6 @@ add_library(platform_Windows STATIC
src/mousehook.c
src/force_compose.c
src/delay.c
resource.rc
)
# allow use of functions for Windows Vista or later