[ox] Fix OX_USE_STDLIB check to work correctly on Windows

This commit is contained in:
Gary Talent 2021-02-22 22:00:58 -06:00
parent 57ad13fc4a
commit a2aa9c8f82

View File

@ -1,4 +1,4 @@
if(${OX_USE_STDLIB})
if(OX_USE_STDLIB)
add_subdirectory(clargs)
add_subdirectory(claw)
add_subdirectory(oc)