cmake: Fix typo: elif → elseif

This commit is contained in:
Prcuvu
2023-08-04 00:00:00 +00:00
committed by Andrew Kelley
parent e7ba4b7f94
commit fc6e575684
+1 -1
View File
@@ -714,7 +714,7 @@ endif()
if(MSVC)
set(ZIG_HOST_TARGET_ABI "-msvc")
elif(MINGW)
elseif(MINGW)
set(ZIG_HOST_TARGET_ABI "-gnu")
else()
set(ZIG_HOST_TARGET_ABI "")