enet: Fix build on android and iphone platforms

Fixes #6156.
This commit is contained in:
Rémi Verschelde 2016-08-22 12:59:02 +02:00
parent cbbcf72703
commit 2cf781d3c6

View file

@ -2,5 +2,7 @@ Import('env')
env.add_source_files(env.modules_sources,"*.cpp")
env.add_source_files(env.modules_sources,"*.c")
#TODO: Make it possible to build against system enet
env.Append(CPPPATH = ["#modules/enet"])
Export('env')