Skip to content

Commit b0d1f9e

Browse files
committed
Update build options.
1 parent 0e4bacf commit b0d1f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/amdvlk_build_for_tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def useGccToolset():
171171
gccToolsetCmd = "source scl_source enable gcc-toolset-10 &&" if useGccToolset() else ""
172172

173173
self.buildDir = 'xgl/Release64' if arch == '64' else 'xgl/Release32'
174-
cmakeFlags = ' -G Ninja -S xgl -B ' + self.buildDir + ' -DBUILD_WAYLAND_SUPPORT=ON -DPACKAGE_VERSION=' + self.version + ' -DXGL_BUILD_TOOLS=ON'
174+
cmakeFlags = ' -G Ninja -S xgl -B ' + self.buildDir + ' -DVKI_BUILD_WAYLAND=ON -DPACKAGE_VERSION=' + self.version + ' -DVKI_BUILD_TOOLS=ON'
175175
cFlags = '' if arch == '64' else ' -DCMAKE_C_FLAGS=\"-m32 -march=i686\" -DCMAKE_CXX_FLAGS=\"-m32 -march=i686\"'
176176

177177
os.chdir(self.driverRoot)

0 commit comments

Comments
 (0)