Enable compiling on macOS 64-bit using llvm

Closes #6
This commit is contained in:
Leroy Hopson 2020-11-20 09:00:03 +07:00
parent 007182b117
commit 366df1070a
No known key found for this signature in database
GPG key ID: 4D05A4F6CB4E7DEE
3 changed files with 26 additions and 3 deletions

View file

@ -194,8 +194,7 @@ Default(libtsm)
# Build libgodot-xterm.
#env.Append(CCFLAGS=['-std=c++14'])
env.Append(CXXFLAGS=['-std=c++14'])
env.Append(CPPPATH=[
'src/',
'external/libtsm/build/src/tsm',