mirror of
https://github.com/n64decomp/mk64
synced 2026-09-01 09:13:02 -04:00
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:
+22
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user