build: i686 is what AlfredR enjoyed.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ class SteamWorksConfig(object):
|
|||||||
if builder.options.target:
|
if builder.options.target:
|
||||||
builder.cxx = builder.DetectCxx(target_arch = builder.options.target)
|
builder.cxx = builder.DetectCxx(target_arch = builder.options.target)
|
||||||
else:
|
else:
|
||||||
builder.cxx = builder.DetectCxx()
|
builder.cxx = builder.DetectCxx(target_arch = 'x86')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def tag(self):
|
def tag(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user