Skip to content

Commit

Permalink
Revert "Add Tcl and Tk frameworks to the julia binaries." (closes #3794)
Browse files Browse the repository at this point in the history
This reverts commit 76864b1.

Tk framework patch is now handled in the Tk package
(170eaa8a30191bf8dc4b3f4e0a9c34903e133e0b) with the odd side-effect that
Julia now has a feather for a logo instead of an empty box
  • Loading branch information
vtjnash committed Jul 28, 2013
1 parent c93789b commit e24d9b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ DEBUGFLAGS += $(FLAGS)
SHIPFLAGS += $(FLAGS)
JLDFLAGS += $(LDFLAGS) $(NO_WHOLE_ARCHIVE) $(call exec,$(LLVM_CONFIG) --ldflags) $(OSLIBS) $(RPATH)

ifeq ($(OS), Darwin)
JLDFLAGS += -framework Tcl -framework Tk
endif

julia-release julia-debug: %: %-basic %-readline

release debug:
Expand Down

1 comment on commit e24d9b5

@ViralBShah
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this. I am travelling for a few days and could not get to this.

Please sign in to comment.