On macOS install in /usr/local/bin.

Close #8
This commit is contained in:
Piotr Fusik 2021-03-24 10:49:14 +01:00
parent 57ef9b5c83
commit 6f25038d95
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ osx/xasm: source/app.d
mkdir -p osx && dmd -of$@ -O -release -L-macosx_version_min -L10.6 $< && rm -f osx/xasm.o
osx/bin:
mkdir -p osx && ln -s /usr/bin $@
mkdir -p osx && ln -s /usr/local/bin $@
clean:
$(RM) xasm xasm.exe xasm.obj xasm.html xasm.1