ci: actually fix linux release build
This commit is contained in:
parent
06a0104985
commit
28e351d952
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ ldflags = []
|
|||
|
||||
[project options]
|
||||
deprecation_warnings = 'no-error'
|
||||
use_libcrypto = false
|
||||
install_relative = true
|
||||
use_libcrypto = 'false'
|
||||
install_relative = 'true'
|
||||
|
||||
[built-in options]
|
||||
c_args = cflags
|
||||
|
|
Loading…
Reference in a new issue