[ox] Fix CMake inconsistency that broke PC builds

This commit is contained in:
2019-06-19 23:32:59 -05:00
parent 5705fd3d00
commit ad85c59107
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
if(OX_USE_STDLIB STREQUAL "ON")
if(${OX_USE_STDLIB})
add_subdirectory(clargs)
endif(OX_USE_STDLIB STREQUAL "ON")
endif()
add_subdirectory(fs)
add_subdirectory(mc)
add_subdirectory(ptrarith)