mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
Changes to make the code compile normally on macOS. (#137)
Changes in configure to set crypt lib dynamically depending on the OS
This commit is contained in:
parent
e59420363a
commit
7036a15782
6 changed files with 500 additions and 38 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -83,4 +83,13 @@ src/test/testfile
|
|||
.project
|
||||
.settings
|
||||
|
||||
.cproject
|
||||
.cproject
|
||||
|
||||
# macOS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue