From 8d1492fc6062b64f7e7e8fbdff46483130e34361 Mon Sep 17 00:00:00 2001 From: Kristof Willaert Date: Mon, 2 Oct 2023 21:04:15 +0200 Subject: [PATCH] Make the mkmf generated Makefile produce a chipmunk.so in the lib directory --- ext/chipmunk/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/chipmunk/extconf.rb b/ext/chipmunk/extconf.rb index 8296a01..fac13ff 100644 --- a/ext/chipmunk/extconf.rb +++ b/ext/chipmunk/extconf.rb @@ -1,4 +1,4 @@ require 'mkmf' $CFLAGS += ' -std=c99 -ffast-math -DNDEBUG ' -create_makefile('chipmunk/chipmunk') +create_makefile('chipmunk')