Fix GBA build not to build libraries that use stdlib

This commit is contained in:
2017-04-13 04:31:30 -05:00
parent c6e33e5285
commit 9183815634
4 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 2.8)
add_subdirectory(clargs)
if(OX_USE_STDLIB STREQUAL "ON")
add_subdirectory(clargs)
endif(OX_USE_STDLIB STREQUAL "ON")
add_subdirectory(fs)
add_subdirectory(std)
-1
View File
@@ -5,7 +5,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <stdio.h>
#include "filesystem.hpp"
namespace ox {