Skip to content

Commit

Permalink
Fix DLL compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdufault committed Dec 27, 2015
1 parent 87ceb38 commit efa699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/make_dlls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all_cs_files=$(find $source_dir -name \*.cs)
echo "Compiling DLLs (dll_file: $dll_file, doc_file: $doc_file)"
$unity_root/MonoBleedingEdge/bin/mcs \
/lib:$unity_root/Managed /reference:UnityEngine.dll \
/nowarn:CS1591 \
/nowarn:1591 \
/target:library /debug /sdk:2 \
/out:$dll_file /doc:$doc_file \
$all_cs_files

0 comments on commit efa699b

Please sign in to comment.