Skip to content

Commit

Permalink
Compilation with Octave on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gllmflndn committed Jan 2, 2024
1 parent e573acd commit 846966f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ifeq ($(PLATFORM),Darwin)
endif
ifndef WHISPER_NO_METAL
MEXOPT += LDFLAGS='$$LDFLAGS -framework Foundation -framework Metal -framework MetalKit'
endif
endif
endif

ifndef MEXEXT
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Accelerate and Metal frameworks will be used on macOS. On Windows, use [MSYS
Run the following from a Terminal:

```
make MEXBIN="mkoctfile --mex" MEXEXT=mex
make MEXBIN="mkoctfile --mex" MEXEXT=mex MEXOPT=""
```

## Usage
Expand Down

0 comments on commit 846966f

Please sign in to comment.