Skip to content

Commit

Permalink
Fix mrbind parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisk-emikhaylov committed Oct 15, 2024
1 parent 077859a commit b0d5954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mrbind/generate.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ else
MESHLIB_SHLIB_DIR := build/Release/bin
endif
ifeq ($(wildcard $(MESHLIB_SHLIB_DIR)),)
$(error MeshLib build directory `$(abspath $(MESHLIB_SHLIB_DIR))` doesn't exist! You either forgot to build MeshLib, or are running this script with the wrong current directory. Call this from your project's root)
$(warning MeshLib build directory `$(abspath $(MESHLIB_SHLIB_DIR))` doesn't exist! You either forgot to build MeshLib, or are running this script with the wrong current directory. Call this from your project's root)
endif

# Source directory of MRBind.
Expand Down

0 comments on commit b0d5954

Please sign in to comment.