Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Fix for module initialization on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Oct 21, 2013
1 parent 499c5ac commit 036e32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -58,7 +58,7 @@ endif ( )
find_package ( Lua )
if ( LUA_FOUND )
install_lua_module ( luars232 bindings/lua/luars232.c src/resource_lua.rc LINK rs232 )
set_target_properties ( luars232 PROPERTIES LINK_FLAGS -nostartfiles )
#set_target_properties ( luars232 PROPERTIES LINK_FLAGS -nostartfiles )
# note: Makefile.am versions this (VERSION/SOVERSION) too, which creates symlinks, but I'll omit that.

# This takes way too long to run.
Expand Down

0 comments on commit 036e32c

Please sign in to comment.