Skip to content

Commit

Permalink
Update build options.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojbao committed Dec 4, 2024
1 parent 0e4bacf commit b0d1f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/amdvlk_build_for_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def useGccToolset():
gccToolsetCmd = "source scl_source enable gcc-toolset-10 &&" if useGccToolset() else ""

self.buildDir = 'xgl/Release64' if arch == '64' else 'xgl/Release32'
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'
cFlags = '' if arch == '64' else ' -DCMAKE_C_FLAGS=\"-m32 -march=i686\" -DCMAKE_CXX_FLAGS=\"-m32 -march=i686\"'

os.chdir(self.driverRoot)
Expand Down

0 comments on commit b0d1f9e

Please sign in to comment.