mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Merge pull request #317 from adamfeuer/homebrew-compatibility
Homebrew compatibility
This commit is contained in:
commit
6f8dc9d450
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -184,7 +184,8 @@ runtime.o : runtime.c $(HEADERS)
|
|||
$< -o $@
|
||||
|
||||
libcyclone.a : runtime.o gc.o dispatch.o mstreams.o hashset.o
|
||||
$(AR) rcs $@ $^
|
||||
$(CREATE_LIBRARY_COMMAND) $(CREATE_LIBRARY_FLAGS) $@ $&
|
||||
$(RANLIB_COMMAND)
|
||||
# Instructions from: http://www.adp-gmbh.ch/cpp/gcc/create_lib.html
|
||||
# Note compiler will have to link to this, eg:
|
||||
#Linking against static library
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#
|
||||
# Configuration options for the makefile
|
||||
|
||||
& = $(filter-out %.h %.d,$^)
|
||||
|
||||
CYC_PROFILING ?=
|
||||
#CYC_PROFILING ?= -g -pg
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue