Add building on macOS (#224)

* build OK macOS

* add macOS building instructions

* change return type of func_8000546C

* prevent gitattributes from removing CRLF from ido binaries
This commit is contained in:
tehzz
2022-06-15 20:26:03 -04:00
committed by GitHub
parent 491f37be4d
commit 0f0ff04779
11 changed files with 294 additions and 136 deletions
+22 -1
View File
@@ -1 +1,22 @@
* text eol=lf
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# force C files to unix endings regardless of host platform
# for compatibility with IDO cc
*.c text eol=lf diff=c
*.h text eol=lf diff=c
# List text files in case git doesn't characterize correctly
*.s text
*.in text
*.js text
*.md text
*.py text diff=python
*.sh text
*.ld text
*.inc text
*.txt text
*.json text
*.yaml text
*.toml text
*.rs text diff=rust