Skip to content

Commit

Permalink
issue #44: add SHARED_INCLUDE_DIR
Browse files Browse the repository at this point in the history
Was lost during a merge conflict resolution.

Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed May 22, 2021
1 parent f0ce8c9 commit 8f8948a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ PYTHON ?= python
CLIPS_VERSION ?= 6.40
CLIPS_SOURCE_URL ?= "https://sourceforge.net/projects/clipsrules/files/CLIPS/6.40/clips_core_source_640.zip"
MAKEFILE_NAME ?= makefile
SHARED_LIBRARY_DIR ?= /usr/lib
SHARED_INCLUDE_DIR ?= /usr/local/include
SHARED_LIBRARY_DIR ?= /usr/local/lib

# platform detection
PLATFORM = $(shell uname -s)
Expand Down

0 comments on commit 8f8948a

Please sign in to comment.