diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-12-08 15:30:34 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-12-08 15:30:34 +0800 |
| commit | b68fa6f90f63bf6e760446822a3b8acf4d9c0c44 (patch) | |
| tree | 3c4147bd7770a16589f11316cbed0f85380fc929 /mrbgems/Makefile4gem | |
| parent | 82446cc74795285d99fbb9f15cefb25c69c690d8 (diff) | |
| download | mruby-b68fa6f90f63bf6e760446822a3b8acf4d9c0c44.tar.gz mruby-b68fa6f90f63bf6e760446822a3b8acf4d9c0c44.zip | |
mrbgems: make calls to every GEM contain now also the include path to the header files of every GEM.
Diffstat (limited to 'mrbgems/Makefile4gem')
| -rw-r--r-- | mrbgems/Makefile4gem | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mrbgems/Makefile4gem b/mrbgems/Makefile4gem index 1725c5f15..df972ddbb 100644 --- a/mrbgems/Makefile4gem +++ b/mrbgems/Makefile4gem @@ -15,9 +15,6 @@ AR := ar SRC_DIR := src MRB_DIR := mrblib -INCLUDES := -I$(SRC_DIR) -I$(MRUBY_ROOT)/include -I$(MRUBY_ROOT)/src -I. -CFLAGS := $(INCLUDES) -O3 -g -Wall -Werror-implicit-function-declaration - # LIBR can be manipulated with command line arguments ifeq ($(strip $(LIBR)),) # default mruby library |
