Fixed OSX tools build.
This commit is contained in:
parent
bbd82da7d6
commit
7e242aa8d2
@ -21,6 +21,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <c99_compat.h>
|
||||||
|
|
||||||
/* end standard C headers. */
|
/* end standard C headers. */
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <c99_compat.h>
|
||||||
|
|
||||||
#include "glcpp.h"
|
#include "glcpp.h"
|
||||||
#include "glcpp-parse.h"
|
#include "glcpp-parse.h"
|
||||||
|
2
makefile
2
makefile
@ -202,7 +202,7 @@ ifeq ($(UNAME),$(filter $(UNAME),Linux Darwin))
|
|||||||
ifeq ($(UNAME),$(filter $(UNAME),Darwin))
|
ifeq ($(UNAME),$(filter $(UNAME),Darwin))
|
||||||
OS=darwin
|
OS=darwin
|
||||||
BUILD_PROJECT_DIR=gmake-osx
|
BUILD_PROJECT_DIR=gmake-osx
|
||||||
BUILD_OUTPUT_DIR=osx64_gcc
|
BUILD_OUTPUT_DIR=osx64_clang
|
||||||
BUILD_TOOLS_CONFIG=release64
|
BUILD_TOOLS_CONFIG=release64
|
||||||
EXE=
|
EXE=
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user