mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:05:29 +00:00
Remove the ".dll" suffix, as that doesn't work with MONO_PATH.
svn path=/trunk/gtk-sharp/; revision=6399
This commit is contained in:
parent
530e27aa43
commit
25ab00563b
|
@ -3,7 +3,7 @@ REFERENCES= glib-sharp gdk-sharp gtk-sharp gnome-sharp System.Data System.Drawin
|
|||
|
||||
###
|
||||
|
||||
REFS= $(addsuffix .dll, $(addprefix /r:, $(REFERENCES)))
|
||||
REFS= $(addprefix /r:, $(REFERENCES))
|
||||
|
||||
all:
|
||||
$(MCS) $(REFS) client.cs
|
||||
|
|
Loading…
Reference in a new issue