Skip to content

Commit 31d3a47

Browse files
committed
Reminder to change EXECUTABLE_NAME if needed
1 parent 7e9f47e commit 31d3a47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ ln -sf "${GHC_LIB_DIR}/include" build/ghc/
169169
ln -sf "../${DIST_DIR}/build/${EXECUTABLE_NAME}/${EXECUTABLE_NAME}" build/
170170
```
171171

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+
172176
Save the script as `link-deps.sh`, run `stack build`, and then
173177
run `bash link-deps.sh` to prepare for the next section.
174178

0 commit comments

Comments
 (0)