Skip to content

Commit

Permalink
duplicate cc file
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed Nov 11, 2021
1 parent 6f7ac51 commit 7b894d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _single_compile(obj):

pymujoco_ext = Extension(
"pymujoco",
sources=sources+["python/pymujoco.cc"],
sources=sources,
libraries=libraries,
extra_compile_args=CXX_FLAGS_TDS.split(),
include_dirs=include_dirs + ["."])
Expand Down

0 comments on commit 7b894d2

Please sign in to comment.