netcdf: Use correct seperator when prepending PATH
Fixes a buglet discovered in Homebrew/homebrew#13050.
This commit is contained in:
parent
28f115c0a6
commit
8afe199170
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class Netcdf < Formula
|
|||
|
||||
# Add newly created installation to paths so that binding libraries can
|
||||
# find the core libs.
|
||||
ENV.prepend 'PATH', bin
|
||||
ENV.prepend 'PATH', bin, ':'
|
||||
ENV.prepend 'CPPFLAGS', "-I#{include}"
|
||||
ENV.prepend 'LDFLAGS', "-L#{lib}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue