git » sdk » commit 78f5b4f

"shell" runs before the recipe instead of inline

author Stephen Paul Weber
2026-05-09 00:53:07 UTC
committer Stephen Paul Weber
2026-05-09 00:53:07 UTC
parent fed74bec7e11fc7e0927de25e720a1906dafb743

"shell" runs before the recipe instead of inline

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 64bc082..bc899c9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ hx-build-dep:
 	haxelib --quiet git hxtsdgen https://github.com/singpolyma/hxtsdgen
 	haxelib --quiet install utest
 	haxelib --quiet git hxcpp https://github.com/singpolyma/hxcpp update-sqlite
-	cd "$(shell haxelib libpath hxcpp)"/tools/hxcpp && haxe compile.hxml
+	cd "$$(haxelib libpath hxcpp)"/tools/hxcpp && haxe compile.hxml
 
 npm/borogove-browser.js:
 	haxe browserjs.hxml