Compare commits
2 Commits
bd9341f53b
...
1c2880fd99
Author | SHA1 | Date |
---|---|---|
|
1c2880fd99 | |
|
718d0baea3 |
|
@ -66,7 +66,7 @@ def generate(env):
|
|||
env.Append(LINKFLAGS=["-shared"])
|
||||
|
||||
if not os.path.exists(toolchain):
|
||||
print("ERROR: Could not find NDK toolchain at " + toolchain + ".")
|
||||
print("ERROR: Could not find NDK toolchain at " + toolchain + ".")
|
||||
print("Make sure NDK version " + get_ndk_version() + " is installed.")
|
||||
env.Exit(1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue