Skip to content

Commit 5fd79ed

Browse files
Remove unnecessary LDSHARED that was breaking python build on mac osx
1 parent 2150f27 commit 5fd79ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ include ${PETSC_DIR}/lib/petsc/conf/rules
2020
export CC
2121
export CXX
2222
export FC
23-
export LDSHARED := $(CC) -shared
2423

2524
# Required during compilation to tell Cython where to look for libpflare
2625
export LIBRARY_PATH := $(if $(LIBRARY_PATH),$(LIBRARY_PATH):)$(LIBDIR)

0 commit comments

Comments
 (0)