Try again

This commit is contained in:
Joshua Granick
2015-05-22 15:31:01 -07:00
parent 44780ca260
commit a1eda351ad
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/mac/" if="mac"/>
<compilerflag value="-DHAVE_CONFIG_H" />
<compilerflag value="-DCAIRO_WIN32_STATIC_BUILD" if="windows" />
<compilerflag value="-DCAIRO_HAS_FT_FONT" />
<file name="src/graphics/cairo/CairoBindings.cpp" />

View File

@@ -5,6 +5,7 @@
#include <hx/CFFI.h>
#include <text/Font.h>
namespace lime {
void lime_cairo_font_options_destroy (value handle);