Skip to content

Commit

Permalink
Fix non-Windows build. Issue #267
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Gasson committed Nov 25, 2015
1 parent 75e0d7b commit eb1ba55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Makemodule.am
Expand Up @@ -48,9 +48,11 @@ if ENABLE_VHPI
bin_nvc_LDADD += lib/libvhpi.a
endif

bin_nvc_LDFLAGS = $(AM_LDFLAGS)

if IMPLIB_REQUIRED

bin_nvc_LDFLAGS = -Wl,--export-all-symbols -Wl,--out-implib=lib/libnvcimp.a
bin_nvc_LDFLAGS += -Wl,--export-all-symbols -Wl,--out-implib=lib/libnvcimp.a

pkgdata_DATA += lib/libnvcimp.a

Expand Down

0 comments on commit eb1ba55

Please sign in to comment.