mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-01 11:16:09 -04:00
debug
This commit is contained in:
parent
f0d7c9baf3
commit
efd5253752
11 changed files with 151 additions and 103 deletions
|
@ -23,7 +23,9 @@ Veilid Network Plugin
|
|||
|
||||
require 'json'
|
||||
require 'pathname'
|
||||
workspace_dir = File.dirname(JSON.parse(`cargo locate-project --workspace`)['root'])
|
||||
|
||||
script_dir = File.realpath(File.expand_path(__dir__))
|
||||
workspace_dir = File.dirname(JSON.parse(`(cd #{script_dir}; cargo locate-project --workspace)`)['root'])
|
||||
cargo_target_dir = File.join(workspace_dir, 'target')
|
||||
|
||||
s.script_phase = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue