summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-03 22:02:12 -0400
committerrealtradam <[email protected]>2023-05-03 22:02:12 -0400
commit790cf629d1fac8ed99eef797919095c7d548bb8e (patch)
tree21b15729711d494afbe82dff1139dc768702c37b /configure
parent9761b2ab4ded859f6f2252eae449ce8fd2b81c83 (diff)
downloadrodeo_sample_game-790cf629d1fac8ed99eef797919095c7d548bb8e.tar.gz
rodeo_sample_game-790cf629d1fac8ed99eef797919095c7d548bb8e.zip
rodeo bump
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