aboutsummaryrefslogtreecommitdiff
path: root/lib/WinRpMalloc
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-14 11:43:35 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-14 11:43:35 -0400
commit3f5eb61fc7166674a5424d5f8e8c23a775c27614 (patch)
tree55a759d2cb0906251ac2dd5aec5e8551b7fb7594 /lib/WinRpMalloc
parent692398494aa9dc49738da3a12e0b884ee4e56287 (diff)
Compression api exposed and tests updated
Diffstat (limited to 'lib/WinRpMalloc')
-rw-r--r--lib/WinRpMalloc/Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WinRpMalloc/Taskfile.yaml b/lib/WinRpMalloc/Taskfile.yaml
index 90a0898..356db70 100644
--- a/lib/WinRpMalloc/Taskfile.yaml
+++ b/lib/WinRpMalloc/Taskfile.yaml
@@ -17,7 +17,7 @@ tasks:
build:
#build from the src directory
- dir: '{{.USER_WORKING_DIR}}/src'
+ dir: '{{.USER_WORKING_DIR}}'
cmds:
#build in debug mode
- msbuild /p:Configuration=debug {{.BUILD_FLAGS}} {{.MS_ARGS}}