mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Build via build.sh
This commit is contained in:
parent
c3971a6ae6
commit
389f80ed93
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -20,12 +20,12 @@ if [ $2 ]
|
|||
then export lcl=$2
|
||||
fi
|
||||
if [ $lcl ]
|
||||
then export DC_ARCH=$(echo "$DC_ARCH --widgetset=$lcl")
|
||||
then export DC_ARCH=$(echo "--widgetset=$lcl $DC_ARCH")
|
||||
fi
|
||||
|
||||
# Set up processor architecture
|
||||
if [ $CPU_TARGET ]
|
||||
then export DC_ARCH=$(echo "$DC_ARCH --cpu=$CPU_TARGET")
|
||||
then export DC_ARCH=$(echo "--cpu=$CPU_TARGET $DC_ARCH")
|
||||
fi
|
||||
|
||||
build_default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue