Automate setting source path

This commit is contained in:
2025-08-28 20:43:20 +03:00
parent a0c92c2398
commit a690b3f285

2
configure vendored
View File

@@ -2,7 +2,7 @@
# Configure script by blankhex
# Global variables
source_path=""
source_path=$(dirname "$0")
cc=$CC
ar=$AR
staticlib=libbh.a