We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9f47e commit 31d3a47Copy full SHA for 31d3a47
README.md
@@ -169,6 +169,10 @@ ln -sf "${GHC_LIB_DIR}/include" build/ghc/
169
ln -sf "../${DIST_DIR}/build/${EXECUTABLE_NAME}/${EXECUTABLE_NAME}" build/
170
```
171
172
+Change the value of the `EXECUTABLE_NAME` variable to the
173
+name of the executable in your `.cabal` file if you named it
174
+something other than SwiftHaskell.
175
+
176
Save the script as `link-deps.sh`, run `stack build`, and then
177
run `bash link-deps.sh` to prepare for the next section.
178
0 commit comments