Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
build: Fix build of the sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bl8 committed Jul 18, 2011
1 parent c90dbd7 commit 2af2692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Makefile
@@ -1,6 +1,6 @@

all:
gmcs -pkg:glib-sharp-2.0 -pkg:gudev-sharp-1.0 TestGUDev.cs -out:TestGUDev.exe
gmcs -pkg:glib-sharp-3.0 -pkg:gudev-sharp-3.0 TestGUDev.cs -out:TestGUDev.exe


clean:
Expand Down

0 comments on commit 2af2692

Please sign in to comment.