Fix incorrect build file name

This commit is contained in:
Roger A. Light
2024-10-28 23:22:11 +00:00
parent a2fe980301
commit 802e1a0b37
+1 -1
View File
@@ -3,7 +3,7 @@ set(SRC
)
if(WIN32)
set(SRC ${SRC} signal_win32.c)
set(SRC ${SRC} signal_windows.c)
else()
set(SRC ${SRC} signal_unix.c)
endif()