Skip to content

Commit e534c42

Browse files
committed
Disables explicit compiler definitions
Comments out the export of CC and CXX environment variables. This allows the system to use default compilers or rely on other mechanisms to set them.
1 parent 77b3742 commit e534c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup_ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export CC=/usr/bin/gcc
2-
export CXX=/usr/bin/g++
1+
# export CC=/usr/bin/gcc
2+
# export CXX=/usr/bin/g++
33
mkdir -p tmp
44
cd tmp
55
git clone https://github.com/XR-Robotics/XRoboToolkit-PC-Service.git

0 commit comments

Comments
 (0)