Skip to content

Commit

Permalink
eclass/gtk-sharp-module gmcs is derpecated and dropped, use mcs
Browse files Browse the repository at this point in the history
  • Loading branch information
cnd committed Aug 14, 2015
1 parent 602f5eb commit 3305d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/gtk-sharp-module.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -522,13 +522,13 @@ gtk-sharp-module_src_configure() {
# @FUNCTION: gtk-sharp-module_src_compile
# @DESCRIPTION:
# Calls emake in the subdir of the module.
# Sets CSC=/usr/bin/gmcs. Deletes top_srcdir Makefiles to prevent recursing in
# Sets CSC=/usr/bin/mcs. Deletes top_srcdir Makefiles to prevent recursing in
# case we missed some dll references.
# Is exported.
gtk-sharp-module_src_compile() {
rm -f "${S}"/Makefile* &> /dev/null
cd "${S}/${GTK_SHARP_MODULE_DIR}"
emake CSC=/usr/bin/gmcs || die "emake failed"
emake CSC=/usr/bin/mcs || die "emake failed"
}

# @FUNCTION: gtk-sharp-module_src_install
Expand Down

0 comments on commit 3305d2c

Please sign in to comment.