mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +00:00
Add user-setup script overrides for Linux
This commit is contained in:
parent
c36144bab3
commit
c9d1e4cd08
3 changed files with 18 additions and 0 deletions
10
tools/lib/user-setup.example.sh
Normal file
10
tools/lib/user-setup.example.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Example user setup script. Copy as user-setup.sh and modify as required.
|
||||
|
||||
# gcc-13 is not the default gcc version
|
||||
export CC=/usr/bin/gcc-13
|
||||
export CXX=/usr/bin/c++-13
|
||||
|
||||
# Override conan profile to be gcc-13
|
||||
export conan_profile=scwx-linux_gcc-13
|
||||
Loading…
Add table
Add a link
Reference in a new issue