Skip to content

Commit

Permalink
Merge pull request #51 from orbitersim/50-orbiter_lib_name
Browse files Browse the repository at this point in the history
#50: fix orbiter import lib name in x64 builds
  • Loading branch information
mschweiger authored Aug 4, 2021
2 parents a585b0c + af051c1 commit 29d2b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Orbiter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ if(BUILD_ORBITER_SERVER)
PROPERTIES
LINK_FLAGS "/SUBSYSTEM:WINDOWS"
RUNTIME_OUTPUT_DIRECTORY ${ORBITER_BINARY_MODULE_DIR}/Server
RUNTIME_OUTPUT_NAME Orbiter
OUTPUT_NAME Orbiter
VS_DEBUGGER_WORKING_DIRECTORY ${ORBITER_BINARY_ROOT_DIR}
COMPILE_DEFINITIONS "NOGRAPHICS;DIRECTINPUT_VERSION=0x0800"
ENABLE_EXPORTS 1
Expand Down

0 comments on commit 29d2b63

Please sign in to comment.