Skip to content
Snippets Groups Projects
Forked from alpine / apk-tools
Source project has a limited visibility.
  • alice's avatar
    6720ceba
    meson: remove -Dstatic_apk · 6720ceba
    alice authored
    now users that want a static apk should do something like
    
     LDFLAGS="-static" meson setup build . -Ddefault_library=static -Dprefer_static=true
    6720ceba
    History
    meson: remove -Dstatic_apk
    alice authored
    now users that want a static apk should do something like
    
     LDFLAGS="-static" meson setup build . -Ddefault_library=static -Dprefer_static=true