Skip to content

Commit

Permalink
Merge pull request #573 from ANGSD/dev_osx_build
Browse files Browse the repository at this point in the history
[build] Remove install -D to support osx build
  • Loading branch information
ANGSD committed May 7, 2023
2 parents b7eb654 + cf10eaf commit 25afb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -80,7 +80,7 @@ bindir = $(exec_prefix)/bin

INSTALL = install
INSTALL_DIR = $(INSTALL) -dm0755
INSTALL_PROGRAM = $(INSTALL) -Dm0755
INSTALL_PROGRAM = $(INSTALL) -m0755

#$(info CFLAGS=$(CFLAGS))
#$(info CXXFLAGS=$(CXXFLAGS))
Expand Down

0 comments on commit 25afb62

Please sign in to comment.