Skip to content
Snippets Groups Projects
Commit 73057447 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: pass-through targetType for a few Allwmake files (#1824)

parent 47357762
No related merge requests found
...@@ -5,6 +5,6 @@ cd "${0%/*}" || exit # Run from this directory ...@@ -5,6 +5,6 @@ cd "${0%/*}" || exit # Run from this directory
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
wmake $targetType pdrFields wmake $targetType pdrFields
wmake PDRsetFields wmake $targetType PDRsetFields
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
...@@ -12,7 +12,7 @@ warning="==> skip optional libccm adapter" ...@@ -12,7 +12,7 @@ warning="==> skip optional libccm adapter"
# Link with static libccmio only (fewer issues) # Link with static libccmio only (fewer issues)
if have_ccmio if have_ccmio
then then
wmake libso || echo "$warning (build issues detected)" wmake $targetType || echo "$warning (build issues detected)"
else else
echo $warning echo $warning
fi fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment