Skip to content

Commit c2833d9

Browse files
committed
Build: using shorter definition of macOS frameworks
1 parent 4b2edac commit c2833d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/rebol3.nest

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ include-midi: [
360360
core-files: %core/p-midi.c
361361
host-files: %os/posix/dev-midi-osx.c
362362
config: INCLUDE_MIDI_DEVICE
363-
lflags: "-framework CoreServices -framework CoreMIDI"
363+
frameworks: [CoreServices CoreMIDI]
364364

365365
]
366366
#if Linux? [

0 commit comments

Comments
 (0)