Changeset 36211
- Timestamp:
- 2022-05-24T17:40:40+12:00 (19 months ago)
- Location:
- gs3-extensions/structured-audio/trunk
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/structured-audio/trunk/setup.bash
r36131 r36211 48 48 extdir=${GEXT_STRUCTURED_AUDIO##*/} 49 49 50 if [ "x$GSDL 3EXTS" = "x" ] ; then51 export GSDL 3EXTS=$extdir50 if [ "x$GSDLEXTS" = "x" ] ; then 51 export GSDLEXTS=$extdir 52 52 else 53 export GSDL 3EXTS=$GSDL3EXTS:$extdir53 export GSDLEXTS=$GSDLEXTS:$extdir 54 54 fi 55 55
Note:
See TracChangeset
for help on using the changeset viewer.