Fix build of support library

This commit is contained in:
2023-11-27 21:11:09 -05:00
parent 30057d9687
commit a6071fd5fc
5 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
FontWriter: always
$(MAKE) -C FontWriter
$(MAKE) -C $(JABY_ENGINE_DIR)/Support/src/FontWriter $(MAKECMDGOALS)
all: FontWriter

View File

@@ -25,6 +25,9 @@
"linux": {
"command": "make ${input:target} BUILD_PROFILE=${input:build cfg}",
},
"options": {
"cwd": "${workspaceFolder}/FontWriter"
},
"group": "build"
}
],