hi dan, can you try to apply this patch? this should at least solve the endian problem
cheers, tim -- Signed-off-by: Tim Blechmann <[email protected]> --- source/CMakeLists.txt | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 7d7ad74..9c2cbb9 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -73,3 +73,10 @@ if(LTO) PROPERTY LINK_FLAGS "-flto -flto-report" ) endif() + +if(APPLE) + set_property(DIRECTORY + APPEND + PROPERTY COMPILE_DEFINITIONS SC_DARWIN + ) +endif() -- 1.7.0.4 _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
