mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 22:42:35 +00:00
Use gmcs for compilation, we require C# 2.0 now
This allows us to use new features and Gtk# has switched too some days ago.
This commit is contained in:
parent
b8c0efd290
commit
be4e1e2241
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if test "x$has_mono" = "xtrue"; then
|
|||
GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(libdir) /root $(DESTDIR)/$(libdir)'
|
||||
GENERATED_SOURCES=generated/*.cs
|
||||
AC_PATH_PROG(RUNTIME, mono, no)
|
||||
AC_PATH_PROG(CSC, mcs, no)
|
||||
AC_PATH_PROG(CSC, gmcs, no)
|
||||
if test `uname -s` = "Darwin"; then
|
||||
LIB_PREFIX=
|
||||
LIB_SUFFIX=.dylib
|
||||
|
|
Loading…
Reference in a new issue