Changeset a60afd0 in mainline


Ignore:
Timestamp:
2011-05-20T14:16:00Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0edf7c7
Parents:
c7c2443
Message:

Static build when linking with libusb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rc7c2443 ra60afd0  
    131131        endif
    132132endif
     133# Build static whenever we use libusb because that library uses
     134# thread local variables
     135ifneq ($(findstring usb, $(LIBS)),)
     136        STATIC_BUILD = y
     137endif
    133138
    134139ifeq ($(STATIC_BUILD), y)
Note: See TracChangeset for help on using the changeset viewer.