From 57cccaca609ff1e77b06ef9861d2e05e462d8fc4 Mon Sep 17 00:00:00 2001 From: haskal Date: Sun, 4 Apr 2021 04:27:21 -0400 Subject: [PATCH] fix makefile under ash --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79d9f01..4ac3e15 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,7 @@ dist: raco exe -o meowbb main.rkt raco dist dist meowbb rm meowbb - cp ~/.racket/$(RKT_VER)/lib/lib{racket_unix_signals,tty_raw}.so dist/lib + # why doesn't raco do this for us?? + cp ~/.racket/$(RKT_VER)/lib/libracket_unix_signals.so dist/lib + cp ~/.racket/$(RKT_VER)/lib/libtty_raw.so dist/lib ./mkhaskalimage.sh dist bin/meowbb meowbb