Skip to content

Commit

Permalink
Fix install on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Jul 8, 2022
1 parent 07ab5bb commit d628149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XUiDesigner/Makefile
Expand Up @@ -55,7 +55,7 @@
.PHONY : $(HEADER_DIR)*.h all debug nls gettext updatepot po clean install uninstall

all : check $(NAME)
@cd ../libxputty/Build && make shared
@cd ../libxputty/Build && $(MAKE) shared
@mkdir -p ./$(BUILD_DIR)
@mv ./$(EXEC_NAME) ./$(BUILD_DIR)
@#if [ -f ./$(BUILD_DIR)/$(EXEC_NAME) ]; then echo $(BLUE)"build finish, now run make install"; \
Expand Down
2 changes: 1 addition & 1 deletion libxputty
Submodule libxputty updated 1 files
+4 −4 Build/Makefile

0 comments on commit d628149

Please sign in to comment.