Changeset 0716a1f in mainline


Ignore:
Timestamp:
2019-06-10T14:43:54Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d32b16
Parents:
c48de91
Message:

Fix issue introduced in 83b64a59

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rc48de91 r0716a1f  
    126126                STATIC_BUILD = y
    127127        endif
     128endif
     129
     130# LINK_DYNAMIC is only here to allow app/dltest to link dynamically in otherwise static build.
     131ifeq ($(LINK_DYNAMIC),y)
     132        STATIC_BUILD = n
    128133endif
    129134
Note: See TracChangeset for help on using the changeset viewer.