Skip to content

Commit

Permalink
[COMP] Added rundev.sh to launch for development
Browse files Browse the repository at this point in the history
  • Loading branch information
dpasca committed Apr 22, 2022
1 parent 3af04c3 commit 53f8c1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/deploy_base/rundev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

BASHSCRIPTDIR=$(cd "$(dirname "$0")"; pwd)
GUGEN_LIBRARY_PATH="${BASHSCRIPTDIR}/bin:${BASHSCRIPTDIR}/redistr"
export LD_LIBRARY_PATH="${GUGEN_LIBRARY_PATH}:${LD_LIBRARY_PATH}"

../../_bin/xcomp

0 comments on commit 53f8c1f

Please sign in to comment.