Changeset 0f7ade1 in buchla-emu
- Timestamp:
-
12/02/2017 09:35:50 AM
(7 years ago)
- Author:
- Alexander Heinrich <alex.heinrich@…>
- Branches:
- master
- Children:
- 3cd71b9
- Parents:
- 2fd21fa
- Message:
-
Statically link libc++ library.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r2fd21fa
|
r0f7ade1
|
|
70 | 70 | else |
71 | 71 | FLAGS_EMU += -D EMU_WIN |
72 | | FLAGS_LNK := $(FLAGS) -Wall -Wextra |
| 72 | FLAGS_LNK := $(FLAGS) -Wall -Wextra -static-libstdc++ |
73 | 73 | LIBS := -l mingw32 \ |
74 | 74 | $(SDL2_LIB)/libSDL2.a \ |