Programming/cmake: fixes and new version 3.13.3
- use system libcurl on all systems, otherwise https doesn't work
This commit is contained in:
@@ -5,7 +5,7 @@ pbuild::add_to_group 'Programming'
|
||||
|
||||
declare bootstrap_flags=''
|
||||
|
||||
pbuild::pre_configure_Darwin() {
|
||||
pbuild::pre_configure() {
|
||||
bootstrap_flags+='--system-curl'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user