Skip to content

Commit

Permalink
Updated platforms OSX/gamma from veclib to Accelerate framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ernst committed Oct 6, 2023
1 parent 9bb1c11 commit 1fcfe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/OSX/gamma
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GAMMA_LIB=${GAMMA_PATH}"/lib/gamma-"${GAMMA_VERSION}"/"

CXX="g++"
CXXFLAGS="-g -O3 -Wall"
EXTRALIB="-framework veclib"
EXTRALIB="-framework Accelerate"
LDFLAGS=""
NAME=
GPROF=""
Expand Down

0 comments on commit 1fcfe59

Please sign in to comment.