Magellan Linux

Diff of /trunk/include/meson.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29796 by niro, Thu Oct 12 11:56:55 2017 UTC revision 29797 by niro, Thu Oct 12 11:59:07 2017 UTC
# Line 66  meson_configure() Line 66  meson_configure()
66    
67   if [[ ${MULTILIB_BUILD} = true ]]   if [[ ${MULTILIB_BUILD} = true ]]
68   then   then
69   all-abis meson setup ${default_opts} ${configure_opts} ${SRCDIR}-$(mabi)/${SRCSUBDIR} || die   all-abis meson setup ${default_opts} ${configure_opts} ${SRCDIR}-$(mabi)/${SRCSUBDIR} ${BUILDDIR}/build-$(mabi) || die
70   else   else
71   meson setup ${default_opts} ${configure_opts} ${SRCDIR}/${SRCSUBDIR} || die   meson setup ${default_opts} ${configure_opts} ${SRCDIR}/${SRCSUBDIR} ${BUILDDIR}/build || die
72   fi   fi
73  }  }
74    

Legend:
Removed from v.29796  
changed lines
  Added in v.29797