Change yarn to pnpm, hackily include my home directory for building
authorNick Downing <nick.downing@lifx.co>
Mon, 3 Feb 2020 15:53:21 +0000 (02:53 +1100)
committerNick Downing <nick.downing@lifx.co>
Mon, 3 Feb 2020 15:53:21 +0000 (02:53 +1100)
.gitignore
binding.gyp

index edfb991..e9d2a61 100644 (file)
@@ -5,6 +5,4 @@
 /index.vocab.0
 /ndcode-zettair-*.tgz
 /node_modules
-/package-lock.json
-/yarn.lock
-/yarn-error.log
+/pnpm-lock.yaml
index 84f53b0..9dfa2f8 100644 (file)
@@ -3,7 +3,8 @@
     {
       "target_name": "zettair",
       "sources": ["zettair.cpp"],
-      "libraries": ["-lzet"]
+      "include_dirs": ["/home/nick/include"],
+      "libraries": ["-L/home/nick/lib -lzet"]
     }
   ]
 }