Skip to content

Commit 6283a9b

Browse files
committed
link musl dynamically on alpine
1 parent c0aa007 commit 6283a9b

2 files changed

Lines changed: 34 additions & 33 deletions

File tree

composer.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/templates/craft.yml.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ extra-env:
9898
{% if using_gcc -%}
9999
SPC_TOOLCHAIN: 'SPC\toolchain\GccNativeToolchain'
100100
SPC_LIBC: '{{ type == 'apk' ? 'musl' : 'glibc' }}'
101+
SPC_MUSL_DYNAMIC: 'true'
101102
{% else -%}
102103
SPC_TARGET: '{{ target }}'
103104
SPC_EXTRA_PHP_VARS: 'php_cv_preserve_none={{ arch == 'aarch64' ? 'no' : 'yes' }}'

0 commit comments

Comments
 (0)