Configure wails build command to print all manual build commands
#4214
Closed
antonysigma
started this conversation in
General
Replies: 1 comment
-
|
Update: I found this v3 API: https://v3alpha.wails.io/ which solves my problems. Closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to run
wails build --verbosewhich prints all the manual build commands. https://wails.io/docs/guides/manual-builds/#manual-stepsThe context: I have a project having C/C++ static library and header files compiled on demand:
The catch is that the C/C++ project is already configured to cross-compile the static library
libmy_lib.dll.ato multiple platform:WSL2/UbuntuandWindows 10with a build system.It would be nice if the command
wails buildcan print the commands in verbose mode, so that I can incorporate the commands directly in my build system's config file. And, ideally, repeat again for various cross-compilation targets, windows or WSL2/Ubuntu.Related discussions:
Beta Was this translation helpful? Give feedback.
All reactions