[ox] Fix OX_USE_STDLIB check to work correctly on Windows

(synced from a2aa9c8f82)
This commit is contained in:
2021-02-22 22:00:58 -06:00
parent 809d868e26
commit f07afa2a17
+1 -1
View File
@@ -1,4 +1,4 @@
if(${OX_USE_STDLIB})
if(OX_USE_STDLIB)
add_subdirectory(clargs)
add_subdirectory(claw)
add_subdirectory(oc)