Changeset 3231e25 in buchla-emu
- Timestamp:
-
12/06/2017 11:58:53 AM
(7 years ago)
- Author:
- Alexander Heinrich <alex.heinrich@…>
- Branches:
- master
- Children:
- 56746cf
- Parents:
- 3cd71b9
- Message:
-
Link asound lib for midi support on linux.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r3cd71b9
|
r3231e25
|
|
45 | 45 | $(SDL2_LIB)/libfreetype.a \ |
46 | 46 | $(RTMIDI_LIB)/librtmidi.a \ |
47 | | -ldl -lm |
| 47 | -ldl -lm -lasound |
48 | 48 | endif |
49 | 49 | |