Skip to content

Commit

Permalink
fix linking of fltk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivop committed Apr 1, 2012
1 parent 49fd1af commit 9cce866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ endif

ifeq ($(__BUILD_FLTK__),yes)
INCLUDES += $(INCLUDES_FLTK)
LDFLAGS += $(LDFLAGS_FLTK)
LDFLAGS += $(LDFLAGS_FLTK) -lstdc++
endif

ifeq ($(__BUILD_COMMANDLINE__),yes)
Expand Down

0 comments on commit 9cce866

Please sign in to comment.