Explorar o código

enet: Fix build on android and iphone platforms

Fixes #6156.
Rémi Verschelde %!s(int64=9) %!d(string=hai) anos
pai
achega
2cf781d3c6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      modules/enet/SCsub

+ 2 - 0
modules/enet/SCsub

@@ -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')