Changeset 0716a1f in mainline
- Timestamp:
- 2019-06-10T14:43:54Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4d32b16
- Parents:
- c48de91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rc48de91 r0716a1f 126 126 STATIC_BUILD = y 127 127 endif 128 endif 129 130 # LINK_DYNAMIC is only here to allow app/dltest to link dynamically in otherwise static build. 131 ifeq ($(LINK_DYNAMIC),y) 132 STATIC_BUILD = n 128 133 endif 129 134
Note:
See TracChangeset
for help on using the changeset viewer.