Skip to content

Commit

Permalink
Merge pull request #48 from epics-motor/lround-fix
Browse files Browse the repository at this point in the history
Don't build for vxWorks; vxWorks version 6.9 doesn't support lround.
  • Loading branch information
kmpeters authored Jun 6, 2023
2 parents 91e8e1e + aa8f535 commit a1419b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acsMotionApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ include $(TOP)/configure/CONFIG

DBD += AcsMotionSupport.dbd

LIBRARY_IOC = AcsMotion
LIBRARY_IOC_DEFAULT = AcsMotion
LIBRARY_IOC_vxWorks = -nil-

SRCS += SPiiPlusBinComm.cpp
SRCS += SPiiPlusCommDriver.cpp
Expand Down

0 comments on commit a1419b6

Please sign in to comment.