// fake iotjs_def.h to replace TARGET_OS macro

#include "src/iotjs_def.h"

#undef TARGET_OS

#define NAME_STRINGIZER_(name) #name
#define NAME_STRINGIZER(name) NAME_STRINGIZER_(name)
#define TARGET_OS NAME_STRINGIZER(PLATFORM_NAME)

