neko: Fix path for libneko.dylib
`@executable_path` in the binaries was incorrect. so moving to lib/neko/libneko.dylib fixes this.
This commit is contained in:
parent
1233d17d2c
commit
fbd49828be
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Neko < Formula
|
|||
ENV.deparallelize
|
||||
system "make", "os=osx", "LIB_PREFIX=#{HOMEBREW_PREFIX}", "INSTALL_FLAGS="
|
||||
|
||||
lib.install 'bin/libneko.dylib'
|
||||
(lib/'neko').install 'bin/libneko.dylib'
|
||||
include.install Dir['vm/neko*.h']
|
||||
neko = lib/'neko'
|
||||
neko.install Dir['bin/*']
|
||||
|
|
Loading…
Reference in a new issue