[ox] Fix OX_USE_STDLIB check to work correctly on Windows
This commit is contained in:
parent
57ad13fc4a
commit
a2aa9c8f82
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)
|
||||
|
Loading…
Reference in New Issue
Block a user