mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
fix: build-essential
This commit is contained in:
@@ -9,7 +9,7 @@ distributions:
|
||||
gccversioncommand: &gccdumpfullversion -dumpfullversion
|
||||
programs: &ubuntudefaultprograms
|
||||
- name: gcc
|
||||
help: Please install with `sudo apt install build-essentials` and try again
|
||||
help: Please install with `sudo apt install build-essential` and try again
|
||||
- name: pkg-config
|
||||
help: Please install with `sudo apt install pkg-config` and try again
|
||||
- name: npm
|
||||
@@ -46,7 +46,7 @@ distributions:
|
||||
gccversioncommand: *gccdumpversion
|
||||
programs:
|
||||
- name: gcc
|
||||
help: Please install with `sudo apt install build-essentials` and try again
|
||||
help: Please install with `sudo apt install build-essential` and try again
|
||||
- name: pkg-config
|
||||
help: Please install with `sudo apt install pkg-config` and try again
|
||||
- name: npm
|
||||
|
||||
Reference in New Issue
Block a user