Skip to content

Commit

Permalink
Really fixed syntax for multiple additional reference paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Apr 13, 2015
1 parent f2b8703 commit 2ced615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/_utils/cil/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BENCH_SRC = $(wildcard *.sln)
BENCHMARK = $(subst .sln,,$(BENCH_SRC))

BUILD=xbuild
BUILD_FLAGS=/p:Configuration=Release /p:AdditionalReferencePaths=~/.local/lib /p:AdditionalReferencePaths=/usr/local/lib /p:AdditionalReferencePaths=/usr/lib
BUILD_FLAGS=/p:Configuration=Release /p:AdditionalReferencePaths=~/.local/lib:/usr/local/lib:/usr/lib

$(BENCHMARK): $(BENCH_SRC)
$(BUILD) $(BUILD_FLAGS) $(BENCH_SRC)
Expand Down

0 comments on commit 2ced615

Please sign in to comment.