summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 9e02a44..b5f3dfd 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,3 @@
#! /bin/sh
-cmake -S . -B build_dir/tux -DCMAKE_BUILD_TYPE=Debug
-#emcmake cmake -S . -B build_dir/web
+CXX=clang++ CC=clang cmake -S . -B build_dir/tux -DCMAKE_BUILD_TYPE=Debug -DSDL_VIDEO_DRIVER_X11=ON