[ox] Fix OX_USE_STDLIB check to work correctly on Windows
This commit is contained in:
2
deps/ox/src/ox/CMakeLists.txt
vendored
2
deps/ox/src/ox/CMakeLists.txt
vendored
@ -1,4 +1,4 @@
|
||||
if(${OX_USE_STDLIB})
|
||||
if(OX_USE_STDLIB)
|
||||
add_subdirectory(clargs)
|
||||
add_subdirectory(claw)
|
||||
add_subdirectory(oc)
|
||||
|
Reference in New Issue
Block a user