Skip to content

Commit

Permalink
mk: Fix LD_LIBRARY_PATH_ENV_NAMES in cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
klutzy committed Jul 16, 2014
1 parent 2692ae1 commit 6d56825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ define SREQ_CMDS
ifeq ($$(OSTYPE_$(3)),apple-darwin)
LD_LIBRARY_PATH_ENV_NAME$(1)_T_$(2)_H_$(3) := DYLD_LIBRARY_PATH
else
ifeq ($$(CFG_WINDOWSY_$(2)),1)
ifeq ($$(CFG_WINDOWSY_$(3)),1)
LD_LIBRARY_PATH_ENV_NAME$(1)_T_$(2)_H_$(3) := PATH
else
LD_LIBRARY_PATH_ENV_NAME$(1)_T_$(2)_H_$(3) := LD_LIBRARY_PATH
Expand Down

0 comments on commit 6d56825

Please sign in to comment.