Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
nrnivmodl_core_makefile: fix SDKROOT (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Aug 8, 2022
1 parent 38fcf9b commit 1bb898b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extra/nrnivmodl_core_makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ DESTDIR =
TARGET_LIB_TYPE = $(BUILD_TYPE)

# required for OSX to execute nrnivmodl-core
OSX_SYSROOT=@CMAKE_OSX_SYSROOT@
ifneq ($(OSX_SYSROOT),)
export SDKROOT := $(OSX_SYSROOT)
ifneq ($(SDKROOT),)
export SDKROOT := $(shell xcrun --sdk macosx --show-sdk-path)
endif

# CoreNEURON installation directories
Expand Down

0 comments on commit 1bb898b

Please sign in to comment.