diff options
| author | ruki <[email protected]> | 2022-10-24 15:04:24 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-24 15:04:24 +0800 |
| commit | 4649fbb7cd8c1fe322275c42abf79c2f6bed55ff (patch) | |
| tree | c43f369dc530862bb60e9d0a5e58e2f05cffc7b4 /scripts/srcenv.profile | |
| parent | 668f7370386352af3228b1329471fc0c09403934 (diff) | |
| parent | 57a2967cbac9338b412d9bb883191d1c6f756e03 (diff) | |
Merge pull request #2965 from xmake-io/openbsd
support openbsd
Diffstat (limited to 'scripts/srcenv.profile')
| -rwxr-xr-x | scripts/srcenv.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/srcenv.profile b/scripts/srcenv.profile index ead66b4f8..c673b2636 100755 --- a/scripts/srcenv.profile +++ b/scripts/srcenv.profile @@ -2,8 +2,10 @@ export XMAKE_PROGRAM_DIR=`pwd`/xmake if [ -f `pwd`/core/build/xmake ]; then alias xmake=`pwd`/core/build/xmake + export XMAKE_PROGRAM_FILE=`pwd`/core/build/xmake else alias xmake=`pwd`/core/src/demo/demo.b + export XMAKE_PROGRAM_FILE=`pwd`/core/src/demo/demo.b fi alias xrepo=`pwd`/scripts/xrepo.sh xmake --version |
