Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ GMPLD := -L$(GMP_LIB_DIR) -lgmpxx -lgmp
LINK := $(CXXFLAGS) $(GMPLD)
LINKD := $(CXXDFLAGS) $(GMPLD)
ifeq ($(PLATFORM),Darwin)
LINK := $(LINK) -Wl,-no_pie
LINKD := $(LINK) -Wl,-no_pie
LINK := $(LINK) -Wl
LINKD := $(LINK) -Wl
endif


Expand All @@ -85,12 +85,12 @@ endif
# ***********************-----------------+
# | SRCS defines a generic bag of sources |
# +---------------------------------------+
MATH_SRCS :=
MATH_SRCS :=
UTIL_SRCS := timer log
ISCT_SRCS := empty3d quantization
MESH_SRCS :=
RAWMESH_SRCS :=
ACCEL_SRCS :=
MESH_SRCS :=
RAWMESH_SRCS :=
ACCEL_SRCS :=
FILE_SRCS := files ifs off
SRCS := \
cork \
Expand Down
4 changes: 2 additions & 2 deletions makeConstants
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

GMP_INC_DIR = /usr/local/Cellar/gmp/5.0.2/include
GMP_LIB_DIR = /usr/local/Cellar/gmp/5.0.2/lib
GMP_INC_DIR = /opt/homebrew/Cellar/gmp/6.3.0/include
GMP_LIB_DIR = /opt/homebrew/Cellar/gmp/6.3.0/lib