Skip to content

Commit

Permalink
Rakefile: fix path to ejs.js krzysztofzablocki#2
Browse files Browse the repository at this point in the history
  • Loading branch information
HeMet committed Apr 2, 2021
1 parent f7e3345 commit 4c76ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ task :build do
# print_info "swift at #{swift_path}"
# `cp "$(dirname #{swift_path})/../lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib" "build/lib/lib_InternalSwiftSyntaxParser.dylib"`
sh %Q(cp lib_InternalSwiftSyntaxParser.dylib #{CLI_DIR}lib)
sh %Q(cp SourceryJS/Sources/Resources/ejs.js #{CLI_DIR}bin)
sh %Q(cp SourceryJS/Resources/ejs.js #{CLI_DIR}bin)
`mv #{BUILD_DIR}release/sourcery #{CLI_DIR}bin/`
`install_name_tool -delete_rpath @loader_path #{CLI_DIR}bin/sourcery`
`install_name_tool -delete_rpath /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx #{CLI_DIR}bin/sourcery`
Expand Down

0 comments on commit 4c76ed8

Please sign in to comment.