Skip to content

Commit 31da82b

Browse files
committed
Fix PCL nuget build
1 parent 6380b99 commit 31da82b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ srcnuget: src/SQLite.cs src/SQLiteAsync.cs sqlite-net.nuspec
1515
nuget pack sqlite-net.nuspec
1616

1717
pclnuget: src/SQLite.cs src/SQLiteAsync.cs
18-
xbuild /p:Configuration=Release SQLite.sln
18+
nuget restore SQLite.sln
19+
'/Applications/Xamarin Studio.app/Contents/MacOS/mdtool' build '-c:Release|iPhone' SQLite.sln -p:SQLite-net
1920
nuget pack sqlite-net-pcl.nuspec -o .\
2021

0 commit comments

Comments
 (0)