Skip to content

Commit

Permalink
removed reference to libogc libs. those are not used anymore (issue #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimok789 committed Nov 20, 2016
1 parent b19a631 commit 267da27
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 @@ -131,7 +131,7 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
# build a list of library paths
#---------------------------------------------------------------------------------
export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib) \
-L$(LIBOGC_LIB) -L$(PORTLIBS)/lib
-L$(PORTLIBS)/lib

export OUTPUT := $(CURDIR)/$(TARGET)
.PHONY: $(BUILD) clean install
Expand Down

0 comments on commit 267da27

Please # to comment.