Skip to content

Commit 2d82984

Browse files
committed
Fix nuget output path
1 parent 16b4c9e commit 2d82984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
SRC=src/SQLite.cs src/SQLiteAsync.cs
33

4-
PACKAGES_OUT=PackagesOut
4+
PACKAGES_OUT=$(abspath PackagesOut)
55

66
all: test nuget
77

0 commit comments

Comments
 (0)