Make sure prefs directory option is properly formed in scons recipe.
This commit is contained in:
parent
6952bdb6e7
commit
948553bb4c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if env['raw_sockets']:
|
|||
env["CXXFLAGS"].append("-DNETWORK_USE_RAW_SOCKETS")
|
||||
|
||||
if env['prefsdir']:
|
||||
env["CXXFLAGS"].append("-DPREFERENCES_DIR='%s'" % env['prefsdir'])
|
||||
env["CXXFLAGS"].append("-DPREFERENCES_DIR='\"%s\"'" % env['prefsdir'])
|
||||
|
||||
cc_version = env["CCVERSION"]
|
||||
if env["CC"] == "gcc":
|
||||
|
|
Loading…
Add table
Reference in a new issue