Magellan Linux

Diff of /trunk/include/meson.sminc

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

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

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