emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog e62d23140f 019/166: FIXED: Makefile setting SOE


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog e62d23140f 019/166: FIXED: Makefile setting SOEXT to dylib on linux hosts
Date: Fri, 30 Sep 2022 04:59:22 -0400 (EDT)

branch: elpa/sweeprolog
commit e62d23140f088ed40d5abebdd2b3dee0a8dd04ad
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    FIXED: Makefile setting SOEXT to dylib on linux hosts
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index fc31a9cc8f..f5758a24be 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,6 @@ ifeq ($(UNAME_S),Darwin)
     SOEXT = dylib
 endif
 
-SOEXT    = dylib
-
 TARGET   = $(BASENAME)-module.$(SOEXT)
 OBJECT   = $(BASENAME).o
 SOURCE   = $(BASENAME).c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]