From f6ce56423532f9ec6ed7c417c5fd598ab3baaf77 Mon Sep 17 00:00:00 2001 From: dumblepy <39766805+dumblepy@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:11:55 +0900 Subject: [PATCH] fix --- nicp_cdk.nimble | 2 -- 1 file changed, 2 deletions(-) diff --git a/nicp_cdk.nimble b/nicp_cdk.nimble index 4a63730..64bd080 100644 --- a/nicp_cdk.nimble +++ b/nicp_cdk.nimble @@ -5,10 +5,8 @@ author = "@dumblepytech1 as 'medy'" description = "Internet Computer CDK for Nim" license = "MIT" srcDir = "src" -installDirs = @["src"] bin = @["cli/nicp", "cli/ndfx"] backend = "c" -skipDirs = @["c_headers"] binDir = "src/bin"