Support builds though podman

This commit is contained in:
2025-01-04 22:53:40 +01:00
parent f684cfbfdb
commit a5093d06dd
6 changed files with 18 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
JABY_ENGINE_DIR = ../../..
JABY_ENGINE_DIR = /jaby_engine
include $(JABY_ENGINE_DIR)/mkfile/common/RebuildTarget.mk
ARTIFACT = libFontWriter

View File

@@ -19,13 +19,9 @@
{
"label": "make",
"type": "shell",
"windows": {
"command": "wsl make ${input:target} BUILD_PROFILE=${input:build cfg}",
},
"linux": {
"command": "make ${input:target} BUILD_PROFILE=${input:build cfg}",
},
"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"
},
"group": "build"