We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4bacf commit b0d1f9eCopy full SHA for b0d1f9e
utils/amdvlk_build_for_tag.py
@@ -171,7 +171,7 @@ def useGccToolset():
171
gccToolsetCmd = "source scl_source enable gcc-toolset-10 &&" if useGccToolset() else ""
172
173
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'
+ cmakeFlags = ' -G Ninja -S xgl -B ' + self.buildDir + ' -DVKI_BUILD_WAYLAND=ON -DPACKAGE_VERSION=' + self.version + ' -DVKI_BUILD_TOOLS=ON'
175
cFlags = '' if arch == '64' else ' -DCMAKE_C_FLAGS=\"-m32 -march=i686\" -DCMAKE_CXX_FLAGS=\"-m32 -march=i686\"'
176
177
os.chdir(self.driverRoot)
0 commit comments