Skip to content

Commit

Permalink
Merge pull request #6359 from MartinNowak/fix16794
Browse files Browse the repository at this point in the history
fix Issue 16794 - dmd not working on Ubuntu 16.10
  • Loading branch information
WalterBright committed Dec 25, 2016
2 parents 907e2ef + 9fbce55 commit ad1e5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini/linux/bin64/dmd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib32 -L--export-dynamic

[Environment64]
DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib64 -L--export-dynamic
DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib64 -L--export-dynamic -fPIC

0 comments on commit ad1e5d3

Please sign in to comment.