diff options
| author | Remko Tronçon <git@el-tramo.be> | 2013-04-21 14:45:37 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2013-04-21 14:45:37 (GMT) | 
| commit | 5eff3391c316d5ab325b78024296e74127c6747c (patch) | |
| tree | a86008521ec5d1b5704c76aae72545344536ad2b /3rdParty/LibNATPMP/SConscript | |
| parent | f5946a1273b363f46ae0753eccdf6bd96a72e997 (diff) | |
| download | swift-contrib-5eff3391c316d5ab325b78024296e74127c6747c.zip swift-contrib-5eff3391c316d5ab325b78024296e74127c6747c.tar.bz2  | |
Fix compilation when 3rdParty/ is not there.
Change-Id: I6d86bf7d8dcc750ff69ff08500c9987b3c1de43e
Diffstat (limited to '3rdParty/LibNATPMP/SConscript')
| -rw-r--r-- | 3rdParty/LibNATPMP/SConscript | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdParty/LibNATPMP/SConscript b/3rdParty/LibNATPMP/SConscript index 7adaa51..5d08698 100644 --- a/3rdParty/LibNATPMP/SConscript +++ b/3rdParty/LibNATPMP/SConscript @@ -7,6 +7,7 @@ if env.get("LIBNATPMP_BUNDLED", False) :  ################################################################################  	if env["SCONS_STAGE"] == "flags" : +		env["HAVE_LIBNATPMP"] = True  		env["LIBNATPMP_FLAGS"] = {  				"CPPPATH": [Dir("src/libnatpmp")],  				"LIBPATH": [Dir(".")],  | 
 Swift