yay, support freebsd
This commit is contained in:
parent
7b3f0f8424
commit
7d37d0a7a4
1 changed files with 4 additions and 3 deletions
1
Makefile
1
Makefile
|
@ -28,6 +28,7 @@ config.h:
|
|||
@case `uname` in \
|
||||
*Darwin*) echo "#define Defaultasm Gasmacho" ;; \
|
||||
*Linux*) echo "#define Defaultasm Gaself" ;; \
|
||||
*FreeBSD*) echo "#define Defaultasm Gaself" ;; \
|
||||
esac > $@
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Reference in a new issue