Compile dynamically linked executables on MacOS

This commit is contained in:
jaseg 2016-04-28 22:30:18 +02:00
parent 64e25bef9c
commit 9f3492f131
5 changed files with 26 additions and 10 deletions

View file

@ -13,8 +13,6 @@
* 0. You just DO WHAT THE FUCK YOU WANT TO.
*/
#define _GNU_SOURCE //for fmemopen
#include <stdint.h>
#include <stdio.h>
#include <wchar.h>