nixpkgs/pkgs/development/interpreters/tinyscheme/03-macOS-SOsuf.patch
2022-07-18 16:59:00 -05:00

14 lines
246 B
Diff

diff --git a/makefile b/makefile
index 4c111a1..8d9e02e 100644
--- a/makefile
+++ b/makefile
@@ -21,7 +21,7 @@
CC := $(CC) -fpic -pedantic
DEBUG=-g -Wall -Wno-char-subscripts -O
Osuf=o
-SOsuf=so
+SOsuf=dylib
LIBsuf=a
EXE_EXT=
LIBPREFIX=lib