Skip to content

Commit

Permalink
(h3xx) Fix typo in compiler definition macro
Browse files Browse the repository at this point in the history
Ref: aburch/simutrans#19

git-svn-id: svn://176.31.12.55/simutrans/trunk@10943 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
ceeac committed Jul 3, 2023
1 parent e70581d commit 0b5051e
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 @@ -292,7 +292,7 @@ if (SIMUTRANS_STEAM_BUILT)
endif ()

if (SIMUTRANS_USE_OWN_PAKINSTALL)
target_compile_definitions(simutrans PRIVATE USE_OWN_PAKINSTAL=1)
target_compile_definitions(simutrans PRIVATE USE_OWN_PAKINSTALL=1)
endif ()

if (APPLE)
Expand Down

0 comments on commit 0b5051e

Please sign in to comment.