mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Revert previous change
This commit is contained in:
parent
b02fdf0e15
commit
a2ca87e825
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ BASE_CFLAGS ?= $(CYC_PROFILING) $(CYC_GCC_OPT_FLAGS) -fPIC -Wall -I$(PREFIX)/in
|
|||
# Used by Cyclone to compile programs, no need for PIC there
|
||||
BASE_PROG_CFLAGS ?= $(CYC_PROFILING) $(CYC_GCC_OPT_FLAGS) -Wall -I$(PREFIX)/include
|
||||
ifeq ($(OS),Darwin)
|
||||
COMP_CFLAGS ?= $(BASE_CFLAGS)
|
||||
COMP_PROG_CFLAGS ?= $(BASE_PROG_CFLAGS)
|
||||
COMP_CFLAGS ?= $(BASE_CFLAGS) -L$(PREFIX)/lib
|
||||
COMP_PROG_CFLAGS ?= $(BASE_PROG_CFLAGS) -L$(PREFIX)/lib
|
||||
else
|
||||
COMP_CFLAGS ?= $(BASE_CFLAGS) -L$(PREFIX)/lib
|
||||
COMP_PROG_CFLAGS ?= $(BASE_PROG_CFLAGS) -L$(PREFIX)/lib
|
||||
|
|
Loading…
Add table
Reference in a new issue