Fix Support library build mess
This commit is contained in:
parent
db32b1a5b5
commit
7759a15c9e
|
@ -1,6 +1,6 @@
|
||||||
FontWriter: always
|
.PHONY: FontWriter
|
||||||
|
|
||||||
|
FontWriter:
|
||||||
$(MAKE) -C $(JABY_ENGINE_DIR)/support/src/FontWriter $(MAKECMDGOALS)
|
$(MAKE) -C $(JABY_ENGINE_DIR)/support/src/FontWriter $(MAKECMDGOALS)
|
||||||
|
|
||||||
all: FontWriter
|
all: FontWriter
|
||||||
|
|
||||||
always: ;
|
|
|
@ -19,11 +19,7 @@
|
||||||
{
|
{
|
||||||
"label": "make",
|
"label": "make",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "../../../scripts/podman_jaby_engine.sh ${workspaceFolder}/..:src/FontWriter 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"
|
"group": "build"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue