Skip to content

Commit

Permalink
Pas de warning lors du link
Browse files Browse the repository at this point in the history
  • Loading branch information
pgentile committed Sep 30, 2011
1 parent e16a2ed commit 06e1363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-project.mk
Expand Up @@ -37,7 +37,7 @@ ifdef SHARED_INCLUDE_DIRS
CC_FLAGS += $(addprefix -I,$(SHARED_INCLUDE_DIRS))
endif

LD_FLAGS += -L$(LIB_DIR)
LD_FLAGS += $(if $(or $(LIBS),$(STATIC_LIBS)),-L$(LIB_DIR))

ifdef SHARED_LIB_DIRS
LD_FLAGS += $(addprefix -L,$(SHARED_LIB_DIRS))
Expand Down

0 comments on commit 06e1363

Please sign in to comment.