Skip to content

Commit

Permalink
Try fixing 32-bit windows-xbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Nov 5, 2023
1 parent 80b5478 commit 23a30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)

project(rgbds
LANGUAGES CXX)
LANGUAGES C CXX)

# get real path of source and binary directories
get_filename_component(srcdir "${CMAKE_SOURCE_DIR}" REALPATH)
Expand Down

0 comments on commit 23a30bf

Please sign in to comment.