From: Peter van Dijk Date: Mon, 22 Feb 2016 11:05:58 +0000 (+0100) Subject: update incbin to upstream 3d4aa9, fixing osx builds X-Git-Tag: auth-4.0.0-alpha2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cbdf9c923c31df7ff3508cd459a76008906b3fe;p=thirdparty%2Fpdns.git update incbin to upstream 3d4aa9, fixing osx builds --- diff --git a/ext/incbin/incbin.h b/ext/incbin/incbin.h index 072605bfca..c10e247804 100644 --- a/ext/incbin/incbin.h +++ b/ext/incbin/incbin.h @@ -92,7 +92,7 @@ # define INCBIN_GLOBAL(NAME) ".globl " INCBIN_STRINGIZE(INCBIN_PREFIX) #NAME "\n" # define INCBIN_INT ".long " # define INCBIN_MANGLE "_" -# define INCBIN_BYTE ".byte" +# define INCBIN_BYTE ".byte " # define INCBIN_TYPE(...) #else # define INCBIN_SECTION ".section .rodata\n"