Support for podman #9

Merged
jaby merged 25 commits from feature/jb/potman into main 2025-01-08 21:22:17 +00:00
2 changed files with 5 additions and 9 deletions
Showing only changes of commit 7759a15c9e - Show all commits

View File

@ -1,6 +1,6 @@
FontWriter: always
.PHONY: FontWriter
FontWriter:
$(MAKE) -C $(JABY_ENGINE_DIR)/support/src/FontWriter $(MAKECMDGOALS)
all: FontWriter
always: ;
all: FontWriter

View File

@ -19,11 +19,7 @@
{
"label": "make",
"type": "shell",
"command": "../../../scripts/podman_jaby_engine.sh ${workspaceFolder}/..:src/FontWriter make ${input:target} BUILD_PROFILE=${input:build cfg}",
"options": {
// TODO: This should not be the case
"cwd": "${workspaceFolder}/FontWriter"
},
"command": "../../scripts/podman_jaby_engine.sh ${workspaceFolder}/..:src/FontWriter make ${input:target} BUILD_PROFILE=${input:build cfg}",
"group": "build"
}
],