mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
0aaf010a62
commit
8d97d2c998
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -115,6 +115,8 @@ default_osversion=$(detect_osversion)
|
|||
if [ -f "config.mk" ]; then
|
||||
while IFS='=' read -r key value; do
|
||||
value=${value//[@]/} # Remove placeholder characters
|
||||
value="${value#"${value%%[![:space:]]*}"}" # Remove leading whitespace
|
||||
value="${value%"${value##*[![:space:]]}"}" # Remove trailing whitespace
|
||||
case $key in
|
||||
XLEN\ ?*) default_xlen=${value//\?=/} ;;
|
||||
TOOLDIR\ ?*) default_tooldir=${value//\?=/} ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue