Merge pull request #4000 from Dex-Team-Search/fix-makefile-path

Fix Makefile to Support Spaces in Paths
This commit is contained in:
Márk Sági-Kazár
2025-03-06 23:02:11 +01:00
committed by GitHub
-1
View File
@@ -1,5 +1,4 @@
export PATH := $(abspath bin/protoc/bin/):$(abspath bin/):${PATH}
export SHELL := env PATH=$(PATH) /bin/sh
OS = $(shell uname | tr A-Z a-z)